aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix moving the mouse after making a selectionJesse Luehrs2017-02-112-6/+18
* only clear the selection if the contents changedJesse Luehrs2017-02-113-12/+18
* optimize drawing of runs of empty cellsJesse Luehrs2017-02-111-43/+64
* optimize runes_display_continue_string a bitJesse Luehrs2017-02-111-10/+5
* add makefile target for profilingJesse Luehrs2017-02-111-2/+9
* also handle ctrl+arrowsJesse Luehrs2017-01-271-0/+12
* remove the wide emoji hacksJesse Luehrs2017-01-265-6/+1
* make wide emoji configurableJesse Luehrs2017-01-255-1/+7
* support input escapes for shift+special keysJesse Luehrs2017-01-211-4/+20
* handle double click to select strings of wide charactersJesse Luehrs2016-06-062-13/+30
* clean up the sample config fileJesse Luehrs2016-06-051-38/+51
* allow configuring double click rateJesse Luehrs2016-06-051-0/+3
* fix redrawing the screen after a visual bellJesse Luehrs2016-06-051-1/+1
* bump libvt100Jesse Luehrs2016-06-051-0/+0
* ignore profiling dataJesse Luehrs2016-06-051-0/+3
* rows, cols, not cols, rowsJesse Luehrs2016-06-051-1/+1
* allow storing reversed start/end for selectionsJesse Luehrs2016-06-051-7/+8
* avoid a race condition if the window closes while we're double clickingJesse Luehrs2016-06-051-0/+3
* no reason to flush the surface hereJesse Luehrs2016-06-051-1/+0
* no reason to go through an event hereJesse Luehrs2016-06-055-60/+41
* this is unnecessary now that we have rate limitingJesse Luehrs2016-06-051-29/+0
* simplifyJesse Luehrs2016-06-051-4/+2
* don't acquire the selection until we have something selectedJesse Luehrs2016-06-052-38/+54
* this is probably unnecessaryJesse Luehrs2016-06-051-1/+0
* allow more easily running a development version alongside a real oneJesse Luehrs2016-06-054-8/+16
* have the display own the entire selectionJesse Luehrs2016-06-054-42/+48
* manually send selection clear events when starting a new selectionJesse Luehrs2016-06-051-0/+12
* reset the timer here before doing things that take timeJesse Luehrs2016-06-051-8/+8
* this should also count as being handledJesse Luehrs2016-06-051-0/+1
* update selection on right clickJesse Luehrs2016-06-051-0/+3
* implement double click to select words and triple click to select linesJesse Luehrs2016-06-054-4/+173
* allow canceling timers before they expireJesse Luehrs2016-06-052-2/+21
* bump libvt100Jesse Luehrs2016-06-041-0/+0
* bump libvt100Jesse Luehrs2016-06-041-0/+0
* add help for helpJesse Luehrs2016-06-041-1/+1
* need to read the dependencies for runesd and runesc tooJesse Luehrs2016-06-041-0/+2
* remove some rules that were accidentally copied over from libvt100Jesse Luehrs2016-06-041-8/+0
* don't mkdir build every time we compile a thingJesse Luehrs2016-06-041-2/+4
* make compilation quieterJesse Luehrs2016-06-041-4/+9
* these are not linker flagsJesse Luehrs2016-06-041-1/+1
* update libvt100Jesse Luehrs2016-06-041-0/+0
* bump libvt100Jesse Luehrs2016-06-041-0/+0
* enable an explicit std, and move the feature test macro to a cflagJesse Luehrs2016-06-042-3/+2
* this should be an unsigned intJesse Luehrs2016-06-041-1/+1
* bitfields are required to be declared as intsJesse Luehrs2016-06-043-9/+9
* update libvt100Jesse Luehrs2016-06-041-0/+0
* stop using non-standard string escapesJesse Luehrs2016-06-041-38/+38
* don't overwrite our env changes with a passed in envJesse Luehrs2016-06-041-10/+10
* bump libvt100Jesse Luehrs2016-06-041-0/+0
* bump libvt100Jesse Luehrs2016-06-041-0/+0