aboutsummaryrefslogtreecommitdiffstats
path: root/display.h
Commit message (Collapse)AuthorAgeFilesLines
* backspace apparently isn't supposed to erase the cellJesse Luehrs2014-04-131-1/+0
|
* change cursor display based on if the window has focus or notJesse Luehrs2014-04-131-0/+2
|
* start up at 80x24Jesse Luehrs2014-04-131-0/+2
|
* handle window resizingJesse Luehrs2014-04-121-0/+1
|
* also store these on the term objectJesse Luehrs2014-04-121-2/+0
| | | | | it'll make it easier to see when they actually change, because the events we watch for often come after the change already happens
* this abstraction isn't really necessaryJesse Luehrs2014-04-121-1/+0
|
* handle show/hide cursorJesse Luehrs2014-04-111-0/+2
|
* and underline supportJesse Luehrs2014-04-111-0/+2
|
* and italicsJesse Luehrs2014-04-111-0/+2
|
* support bold fontsJesse Luehrs2014-04-111-0/+2
|
* line lengthsJesse Luehrs2014-04-111-1/+2
|
* add the 'reset color' escape codesJesse Luehrs2014-04-111-0/+2
| | | | i think these are xterm-specific, but they seem to be not uncommon
* handle screen clearing and cursor positioningJesse Luehrs2014-04-111-0/+2
|
* handle colors, somewhatJesse Luehrs2014-04-111-0/+3
|
* draw a cursorJesse Luehrs2014-04-101-0/+1
|
* start handling some escape sequencesJesse Luehrs2014-04-101-0/+1
|
* implement backspaceJesse Luehrs2014-04-101-0/+1
|
* split terminal processing out to a separate fileJesse Luehrs2014-04-101-1/+3
|
* handle setting the terminal size properlyJesse Luehrs2014-04-091-0/+1
|
* use libuv to process eventsJesse Luehrs2014-04-051-0/+7