summaryrefslogtreecommitdiffstats
path: root/src/screen.h
Commit message (Expand)AuthorAgeFilesLines
* add a function to generate response codes for mouse movement eventsJesse Luehrs2017-06-021-0/+18
* actually, we probably should support utf8 as a mouse reporting modeJesse Luehrs2017-06-021-5/+13
* add accessor functions for which events the mouse reporting bits implyJesse Luehrs2017-06-011-0/+4
* implement any-event mouse trackingJesse Luehrs2017-06-011-0/+3
* implement origin modeJesse Luehrs2017-06-011-0/+3
* actually, remove the wide emoji hacks entirelyJesse Luehrs2017-01-261-2/+0
* allow specifying whether or not emoji are wideJesse Luehrs2017-01-251-0/+2
* bitfields are required to be declared with 'int'Jesse Luehrs2016-06-041-22/+22
* need stddef.h for size_tJesse Luehrs2016-05-071-0/+1
* handle moving and scrolling separatelyJesse Luehrs2016-05-041-1/+3
* make this publicJesse Luehrs2015-08-201-0/+1
* selection shouldn't be a property of the screenJesse Luehrs2015-08-191-5/+0
* implement scroll up and scroll down escape sequencesJesse Luehrs2014-10-211-0/+2
* in fact, only line feed/reverse line feed should cause scrollingJesse Luehrs2014-10-201-1/+1
* implement ECHJesse Luehrs2014-10-171-0/+1
* hide the parser stateJesse Luehrs2014-09-171-8/+2
* these mouse reporting modes are probably also worthwhile to supportJesse Luehrs2014-09-171-0/+6
* split get_string into get_string_plaintext and get_string_formattedJesse Luehrs2014-09-161-1/+4
* stop hardcoding the default scrollback lengthJesse Luehrs2014-09-141-0/+4
* allow specifying a size to resize toJesse Luehrs2014-09-141-2/+2
* whoops, already had this functionJesse Luehrs2014-09-131-1/+1
* add a function to get a cell at a given row and columnJesse Luehrs2014-09-131-0/+1
* add functions to allocate memory for the screen tooJesse Luehrs2014-09-131-0/+2
* initial commit, splitting this out from runesJesse Luehrs2014-09-131-0/+175