aboutsummaryrefslogtreecommitdiffstats
path: root/window-xlib.c
Commit message (Expand)AuthorAgeFilesLines
* this is an unnecessary level of abstractionJesse Luehrs2014-04-131-2/+2
* don't allow the window to shrink below one pixelJesse Luehrs2014-04-121-0/+9
* fix threading issuesJesse Luehrs2014-04-121-5/+27
* handle window resizingJesse Luehrs2014-04-121-0/+18
* simplifyJesse Luehrs2014-04-121-31/+12
* refactorJesse Luehrs2014-04-121-12/+22
* this isn't necessaryJesse Luehrs2014-04-121-3/+0
* reorder the initialization some moreJesse Luehrs2014-04-111-26/+24
* support changing the window titleJesse Luehrs2014-04-111-11/+41
* line lengthsJesse Luehrs2014-04-111-12/+32
* clean up some stuff with static functionsJesse Luehrs2014-04-111-110/+115
* draw a cursorJesse Luehrs2014-04-101-0/+1
* redraw the window when it's hidden and reshownJesse Luehrs2014-04-101-2/+7
* handle setting the terminal size properlyJesse Luehrs2014-04-091-0/+9
* the subprocess dying should also close the windowJesse Luehrs2014-04-091-3/+20
* flush after drawingJesse Luehrs2014-04-091-0/+5
* don't need to separately initialize the loopJesse Luehrs2014-04-081-86/+87
* a bunch more refactoringJesse Luehrs2014-04-081-0/+210