aboutsummaryrefslogtreecommitdiffstats
path: root/src/window-xlib.c
Commit message (Collapse)AuthorAgeFilesLines
* don't draw the cursor off the screenJesse Luehrs2014-04-251-3/+8
| | | | | the cursor column can be one past the end of the row if a glyph was drawn in the last column and then nothing else happened
* you can't just free uv handles, you have to close them firstJesse Luehrs2014-04-251-0/+7
| | | | this fixes some memory corruption
* implement window title settingJesse Luehrs2014-04-251-0/+12
|
* implement bellsJesse Luehrs2014-04-251-0/+10
|
* start refactoring to draw parsed text to an intermediary data structureJesse Luehrs2014-04-251-9/+10
|
* more cleanupsJesse Luehrs2014-04-241-1/+0
|
* also allow middle click to pasteJesse Luehrs2014-04-231-0/+30
|
* shift+insert to paste from PRIMARYJesse Luehrs2014-04-231-7/+70
|
* refactorJesse Luehrs2014-04-231-30/+33
|
* also set WINDOWIDJesse Luehrs2014-04-231-0/+7
|
* just for consistencyJesse Luehrs2014-04-231-0/+3
|
* handle visual bells betterJesse Luehrs2014-04-231-9/+31
|
* make an option for making bells set the urgent hintJesse Luehrs2014-04-231-2/+6
|
* audible bells should set urgent tooJesse Luehrs2014-04-231-1/+10
|
* alt+key should send escape+keyJesse Luehrs2014-04-211-0/+3
|
* use the fg color for visual bell, don't just assume whiteJesse Luehrs2014-04-211-4/+1
|
* refactorJesse Luehrs2014-04-211-150/+206
|
* support basic mouse eventsJesse Luehrs2014-04-211-0/+59
|
* allow configuring the color of the mouse cursorJesse Luehrs2014-04-211-2/+12
|
* clean up the directory structure a bitJesse Luehrs2014-04-201-0/+532