aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.h
Commit message (Expand)AuthorAgeFilesLines
* draw the selected region as inverseJesse Luehrs2014-07-041-0/+1
* store this on the screenJesse Luehrs2014-07-041-0/+1
* function to get a stringified version of a screen regionJesse Luehrs2014-07-041-0/+3
* start working on tracking selectionsJesse Luehrs2014-07-041-0/+3
* implement bracketed paste mode (fixes #56)Jesse Luehrs2014-06-051-0/+3
* stop creating and destroying parser states all the timeJesse Luehrs2014-05-061-0/+9
* refactorJesse Luehrs2014-05-041-2/+0
* refactor to make alternate screens work againJesse Luehrs2014-05-041-8/+12
* implement scrollingJesse Luehrs2014-05-041-0/+1
* keep a scrollback buffer when we scroll downJesse Luehrs2014-05-041-0/+4
* avoid redrawing when we haven't touched the screenJesse Luehrs2014-05-021-0/+2
* implement window resizing (again)Jesse Luehrs2014-04-301-0/+2
* we aren't doing dirty row tracking for nowJesse Luehrs2014-04-261-1/+0
* track if rows were wrapped or notJesse Luehrs2014-04-261-0/+1
* 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