aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* clean up the directory structure a bitJesse Luehrs2014-04-2016-67/+77
* support audible bells (with a config option to disable them)Jesse Luehrs2014-04-206-3/+39
* report errors when exec failsJesse Luehrs2014-04-201-0/+10
* search $PATH for commandsJesse Luehrs2014-04-201-1/+1
* allow customizing the command to be runJesse Luehrs2014-04-203-5/+13
* allow blank lines and commentsJesse Luehrs2014-04-201-0/+4
* allow configuring the default color set tooJesse Luehrs2014-04-202-18/+36
* allow configuring the default window sizeJesse Luehrs2014-04-203-2/+23
* allow configuring fg and bg default colorsJesse Luehrs2014-04-202-3/+33
* missed a couple that should be bgdefaultJesse Luehrs2014-04-201-2/+2
* allow configuring the interpretation of boldJesse Luehrs2014-04-203-5/+42
* start adding configurationJesse Luehrs2014-04-206-6/+129
* alignmentJesse Luehrs2014-04-192-67/+67
* missed oneJesse Luehrs2014-04-192-3/+5
* also handle splitting utf8 characters across readsJesse Luehrs2014-04-192-175/+185
* handle escape codes split across readsJesse Luehrs2014-04-196-267/+311
* handle inverted textJesse Luehrs2014-04-195-7/+46
* fix cyanJesse Luehrs2014-04-191-2/+2
* handle default colors betterJesse Luehrs2014-04-192-17/+48
* hardcode the font that i like for nowJesse Luehrs2014-04-191-1/+1
* use brighter colors for boldJesse Luehrs2014-04-195-30/+48
* don't need to track this separatelyJesse Luehrs2014-04-192-5/+2
* free a few more thingsJesse Luehrs2014-04-191-3/+13
* let pango draw underlines instead of doing it manuallyJesse Luehrs2014-04-192-19/+10
* restore bold and italic functionalityJesse Luehrs2014-04-192-12/+17
* fix accidental fallthroughJesse Luehrs2014-04-192-0/+4
* 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-184-262/+359
* remove ascent from the term structureJesse Luehrs2014-04-182-3/+4
* start laying out text with pangoJesse Luehrs2014-04-184-62/+48
* and a bunch more leaksJesse Luehrs2014-04-172-8/+23
* 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-172-13/+25
* set urgent when we receive a bellJesse Luehrs2014-04-171-0/+22
* make visual bell more reliableJesse Luehrs2014-04-171-0/+5
* move this entirely into the backendJesse Luehrs2014-04-176-22/+31
* move this to the backendJesse Luehrs2014-04-173-28/+26
* nope, this breaks redraws for some reasonJesse Luehrs2014-04-161-1/+0
* try to get visual bell working a bit betterJesse Luehrs2014-04-161-0/+1
* move some more code aroundJesse Luehrs2014-04-163-1/+7
* simplify initialization a bit moreJesse Luehrs2014-04-163-34/+15
* fix scrolling upJesse Luehrs2014-04-161-3/+7
* handle application cursor modeJesse Luehrs2014-04-165-204/+305
* implement deleting charactersJesse Luehrs2014-04-164-166/+217