aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tbi/win.c
Commit message (Expand)AuthorAgeFilesLines
* move all sources to the right placeJoursoir2021-11-151-290/+0
* tbi/win: fix typos in macrosJoursoir2021-11-091-3/+3
* tbi/win: make wrefresh()Joursoir2021-11-041-0/+36
* tbi/win: make front-end routines wprintf(), mvwprintf()Joursoir2021-11-021-0/+27
* tbi/win: make wvprintf()Joursoir2021-11-021-0/+39
* tbi/win: make mvwhline(), mvwvline()Joursoir2021-10-261-0/+36
* tbi/win: make wborder()Joursoir2021-10-251-0/+26
* tbi/win: add macro to set a character and its attributesJoursoir2021-10-251-0/+7
* tbi/win: make wmove()Joursoir2021-10-251-0/+11
* tbi/win: add macro to validate (x, y) in a windowJoursoir2021-10-251-0/+4
* tbi/win: make wattrset(), wattroff()Joursoir2021-10-241-0/+14
* implement a window entityJoursoir2021-10-241-0/+90