aboutsummaryrefslogtreecommitdiffstats
path: root/term.c
Commit message (Expand)AuthorAgeFilesLines
* move some more code aroundJesse Luehrs2014-04-161-1/+1
* simplify initialization a bit moreJesse Luehrs2014-04-161-3/+3
* handle application cursor modeJesse Luehrs2014-04-161-0/+3
* commentJesse Luehrs2014-04-151-0/+3
* need to initialize these after the window size is setJesse Luehrs2014-04-151-0/+2
* reorganize initialization a bunchJesse Luehrs2014-04-151-6/+7
* rename these for consistencyJesse Luehrs2014-04-151-2/+2
* implement scroll regionsJesse Luehrs2014-04-141-0/+1
* reorder some initialization againJesse Luehrs2014-04-141-4/+2
* this should happen in display_initJesse Luehrs2014-04-121-7/+0
* reorder the initialization some moreJesse Luehrs2014-04-111-3/+4
* no reason to split this outJesse Luehrs2014-04-111-0/+2
* line lengthsJesse Luehrs2014-04-111-1/+3
* redraw the window when it's hidden and reshownJesse Luehrs2014-04-101-1/+5
* commentJesse Luehrs2014-04-101-0/+4
* spawn a shell process and run it on a ptyJesse Luehrs2014-04-091-0/+5
* don't need to separately initialize the loopJesse Luehrs2014-04-081-2/+0
* a bunch more refactoringJesse Luehrs2014-04-081-14/+7
* handle most of the rest of the wm propertiesJesse Luehrs2014-04-081-2/+2
* just make everything take a RunesTermJesse Luehrs2014-04-061-1/+1
* these aren't necessaryJesse Luehrs2014-04-061-1/+0
* split out event stuffJesse Luehrs2014-04-061-9/+0
* use libuv to process eventsJesse Luehrs2014-04-051-0/+36