aboutsummaryrefslogtreecommitdiffstats
path: root/display.c
Commit message (Expand)AuthorAgeFilesLines
* allow configuring the default color set tooJesse Luehrs2014-04-201-18/+0
* allow configuring fg and bg default colorsJesse Luehrs2014-04-201-3/+0
* missed a couple that should be bgdefaultJesse Luehrs2014-04-201-2/+2
* allow configuring the interpretation of boldJesse Luehrs2014-04-201-3/+9
* start adding configurationJesse Luehrs2014-04-201-1/+0
* handle inverted textJesse Luehrs2014-04-191-7/+31
* fix cyanJesse Luehrs2014-04-191-2/+2
* handle default colors betterJesse Luehrs2014-04-191-17/+46
* hardcode the font that i like for nowJesse Luehrs2014-04-191-1/+1
* use brighter colors for boldJesse Luehrs2014-04-191-22/+37
* don't need to track this separatelyJesse Luehrs2014-04-191-4/+2
* free a few more thingsJesse Luehrs2014-04-191-3/+13
* let pango draw underlines instead of doing it manuallyJesse Luehrs2014-04-191-17/+10
* restore bold and italic functionalityJesse Luehrs2014-04-191-10/+17
* need to clear two cells before drawing a wide characterJesse Luehrs2014-04-191-7/+7
* handle wide charactersJesse Luehrs2014-04-191-3/+14
* apparently digit width is more reliableJesse Luehrs2014-04-191-1/+1
* better implementation of non-ascii text drawingJesse Luehrs2014-04-191-2/+39
* use PANGO_PIXELS instead of PANGO_SCALEJesse Luehrs2014-04-181-4/+5
* spacingJesse Luehrs2014-04-181-1/+0
* make the parser explicitly handle utf8Jesse Luehrs2014-04-181-2/+7
* remove ascent from the term structureJesse Luehrs2014-04-181-2/+4
* start laying out text with pangoJesse Luehrs2014-04-181-59/+45
* and a bunch more leaksJesse Luehrs2014-04-171-4/+14
* also stop leaking the font faceJesse Luehrs2014-04-171-0/+1
* stop leaking font optionsJesse Luehrs2014-04-171-2/+7
* stop leaking fonts whenever we change bold/italicJesse Luehrs2014-04-171-13/+23
* move this entirely into the backendJesse Luehrs2014-04-171-5/+0
* move this to the backendJesse Luehrs2014-04-171-26/+0
* move some more code aroundJesse Luehrs2014-04-161-0/+5
* simplify initialization a bit moreJesse Luehrs2014-04-161-29/+10
* fix scrolling upJesse Luehrs2014-04-161-3/+7
* implement deleting charactersJesse Luehrs2014-04-161-0/+19
* be more consistent about when i reposition the cursorJesse Luehrs2014-04-161-8/+12
* no need to paint twice hereJesse Luehrs2014-04-161-5/+6
* refactor some drawing stuffJesse Luehrs2014-04-161-81/+62
* fix underlining when wrappingJesse Luehrs2014-04-151-13/+16
* need to initialize these after the window size is setJesse Luehrs2014-04-151-2/+0
* reorganize initialization a bunchJesse Luehrs2014-04-151-36/+27
* don't use the backend context here eitherJesse Luehrs2014-04-151-1/+1
* stop recalculating the font size all the timeJesse Luehrs2014-04-151-54/+38
* fix buffer size when returning from alternate screenJesse Luehrs2014-04-151-0/+6
* do the push/pop group thing here tooJesse Luehrs2014-04-151-0/+3
* implement the insert line escape sequenceJesse Luehrs2014-04-151-0/+24
* implement scroll regionsJesse Luehrs2014-04-141-8/+49
* implement line wrappingJesse Luehrs2014-04-141-10/+27
* make sure to initialize thisJesse Luehrs2014-04-141-0/+1
* implement text scrolling off the bottom of the screenJesse Luehrs2014-04-141-1/+25
* implement the alternate screen bufferJesse Luehrs2014-04-141-0/+33
* implement cursor save and restoreJesse Luehrs2014-04-141-0/+14