aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.h
Commit message (Collapse)AuthorAgeFilesLines
* track if rows were wrapped or notJesse Luehrs2014-04-261-0/+1
| | | | | this will be useful when copying things to the clipboard is implemented, to determine whether lines should be joined with a newline or not
* handle wide charactersJesse Luehrs2014-04-251-0/+1
|
* implement rgb colorsJesse Luehrs2014-04-251-2/+4
|
* implement inverseJesse Luehrs2014-04-251-5/+12
|
* clean everything upJesse Luehrs2014-04-251-1/+1
|
* implement window title settingJesse Luehrs2014-04-251-0/+2
|
* implement the alternate screenJesse Luehrs2014-04-251-0/+1
|
* refactorJesse Luehrs2014-04-251-13/+16
|
* start refactoring to draw parsed text to an intermediary data structureJesse Luehrs2014-04-251-0/+128