aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.c
Commit message (Expand)AuthorAgeFilesLines
* bold/italic/underlineJesse Luehrs2014-04-251-12/+18
* refactorJesse Luehrs2014-04-251-12/+9
* colorsJesse Luehrs2014-04-251-12/+20
* handle utf8 charactersJesse Luehrs2014-04-251-5/+24
* lines shouldn't wrap until the next character is actually drawnJesse Luehrs2014-04-251-5/+7
* implement bellsJesse Luehrs2014-04-251-4/+2
* implement some of the screen clearing functionsJesse Luehrs2014-04-251-12/+42
* start refactoring to draw parsed text to an intermediary data structureJesse Luehrs2014-04-251-0/+369