aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* scrolling needs to mark the screen dirtyJesse Luehrs2014-07-041-0/+4
* implement bracketed paste mode (fixes #56)Jesse Luehrs2014-06-055-0/+35
* factor this outJesse Luehrs2014-05-101-6/+28
* select all pointer eventsJesse Luehrs2014-05-091-1/+1
* these also need to return 1Jesse Luehrs2014-05-091-0/+2
* remove some duplicationJesse Luehrs2014-05-082-80/+12
* abstract out error logging a bitJesse Luehrs2014-05-089-125/+116
* fix invalid memory writesJesse Luehrs2014-05-071-3/+3
* stop creating and destroying parser states all the timeJesse Luehrs2014-05-062-7/+16
* this comment is quite outdatedJesse Luehrs2014-05-061-3/+0
* flush calls draw_screen, not the other way aroundJesse Luehrs2014-05-061-1/+0
* stop calling move_to so often when it's not necessaryJesse Luehrs2014-05-061-11/+13
* handle scroll regions when inserting or deleting linesJesse Luehrs2014-05-051-5/+7
* allow scrolling with shift+pageup/down tooJesse Luehrs2014-05-041-0/+14
* more refactoringJesse Luehrs2014-05-049-103/+128
* refactorJesse Luehrs2014-05-045-20/+33
* draw the correct size box for the cursorJesse Luehrs2014-05-041-1/+1
* lift this field access out of a tight loopJesse Luehrs2014-05-041-4/+5
* scroll to bottom on inputJesse Luehrs2014-05-041-0/+5
* cap scrollback to avoid unbounded memory usageJesse Luehrs2014-05-043-6/+33
* refactor to make alternate screens work againJesse Luehrs2014-05-048-1634/+444
* draw the cursor in the right place when scrollingJesse Luehrs2014-05-041-3/+6
* allow the number of lines to scroll at a time to be configurableJesse Luehrs2014-05-043-8/+17
* implement scrollingJesse Luehrs2014-05-043-1/+16
* keep a scrollback buffer when we scroll downJesse Luehrs2014-05-043-91/+227
* also ignore other duplicate focus eventsJesse Luehrs2014-05-031-0/+7
* ignore unrelated focus eventsJesse Luehrs2014-05-031-2/+18
* clean up event masksJesse Luehrs2014-05-021-4/+7
* avoid redrawing when we haven't touched the screenJesse Luehrs2014-05-023-0/+36
* don't draw the screen at all until we need to flushJesse Luehrs2014-05-012-2/+2
* avoid redundant flushesJesse Luehrs2014-05-011-0/+25
* there's no need to handle complete sequences speciallyJesse Luehrs2014-04-304-339/+1532
* implement window resizing (again)Jesse Luehrs2014-04-304-9/+65
* this is never used except by the backendJesse Luehrs2014-04-303-12/+18
* these can be bitsJesse Luehrs2014-04-302-6/+6
* move config stuff out to a separate structJesse Luehrs2014-04-3010-340/+351
* need to listen for key events on the border windowJesse Luehrs2014-04-281-0/+1
* these aren't used anymoreJesse Luehrs2014-04-282-42/+0
* add a borderJesse Luehrs2014-04-282-16/+23
* use the default bg color for the initial paintJesse Luehrs2014-04-281-4/+11
* these are no longer usedJesse Luehrs2014-04-282-8/+0
* make the cursor color configurableJesse Luehrs2014-04-282-3/+10
* stop drawing a transparent cursorJesse Luehrs2014-04-273-35/+40
* normalize cell contents to NFCJesse Luehrs2014-04-271-0/+10
* handle combining characters when the line has wrappedJesse Luehrs2014-04-271-2/+7
* handle unicode combining charactersJesse Luehrs2014-04-271-14/+32
* we aren't doing dirty row tracking for nowJesse Luehrs2014-04-261-1/+0
* track if rows were wrapped or notJesse Luehrs2014-04-262-0/+18
* this is unnecessaryJesse Luehrs2014-04-251-1/+0
* handle wide charactersJesse Luehrs2014-04-253-8/+21