aboutsummaryrefslogtreecommitdiffstats
path: root/display.h
Commit message (Expand)AuthorAgeFilesLines
* use brighter colors for boldJesse Luehrs2014-04-191-2/+2
* make the parser explicitly handle utf8Jesse Luehrs2014-04-181-1/+2
* move this entirely into the backendJesse Luehrs2014-04-171-1/+0
* move this to the backendJesse Luehrs2014-04-171-1/+0
* move some more code aroundJesse Luehrs2014-04-161-0/+1
* implement deleting charactersJesse Luehrs2014-04-161-0/+1
* reorganize initialization a bunchJesse Luehrs2014-04-151-2/+1
* stop recalculating the font size all the timeJesse Luehrs2014-04-151-2/+0
* implement the insert line escape sequenceJesse Luehrs2014-04-151-0/+1
* implement scroll regionsJesse Luehrs2014-04-141-0/+3
* implement the alternate screen bufferJesse Luehrs2014-04-141-0/+2
* implement cursor save and restoreJesse Luehrs2014-04-141-0/+2
* support a visual bellJesse Luehrs2014-04-141-0/+1
* 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
* 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
* 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