aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* move all sources to the right placeJoursoir2021-11-154-548/+0
* tbi/win: fix typos in macrosJoursoir2021-11-091-3/+3
* tbi/win: make wrefresh()Joursoir2021-11-042-0/+45
* tbi/win: make front-end routines wprintf(), mvwprintf()Joursoir2021-11-022-0/+55
* tbi/win: make wvprintf()Joursoir2021-11-022-0/+52
* tbi/win: make mvwhline(), mvwvline()Joursoir2021-10-262-0/+66
* tbi/win: make wborder()Joursoir2021-10-252-0/+44
* tbi/win: add macro to set a character and its attributesJoursoir2021-10-251-0/+7
* tbi/win: make wmove()Joursoir2021-10-252-0/+22
* tbi/win: add macro to validate (x, y) in a windowJoursoir2021-10-251-0/+4
* tbi/win: make wattrset(), wattroff()Joursoir2021-10-242-0/+34
* implement a window entityJoursoir2021-10-242-0/+147
* tbi/screen: add note about character modesJoursoir2021-10-241-0/+5
* tbi/screen: add attributes to support colorJoursoir2021-10-242-0/+2
* tbi: add sub-module 'screen'Joursoir2021-10-122-0/+65