aboutsummaryrefslogtreecommitdiffstats
path: root/src/screen.rs
Commit message (Expand)AuthorAgeFilesLines
...
* no reason to use references hereJesse Luehrs2019-11-031-3/+3
* use a bitset for text modes tooJesse Luehrs2019-11-031-12/+12
* use iterators in more places instead of raw indexingJesse Luehrs2019-11-021-20/+11
* simplify, and fix some more warningsJesse Luehrs2019-11-021-65/+52
* fixup! fix some warnings, and make str_width a bit more efficientJesse Luehrs2019-11-021-2/+2
* fix screen resizingJesse Luehrs2019-11-021-1/+2
* simplifyJesse Luehrs2019-11-021-27/+28
* these can just return directlyJesse Luehrs2019-11-021-6/+6
* add some loggingJesse Luehrs2019-11-021-10/+79
* improve alternate screen handlingJesse Luehrs2019-11-021-14/+26
* improve mouse mode handlingJesse Luehrs2019-11-021-19/+90
* implement origin modeJesse Luehrs2019-11-021-0/+2
* use enumset instead of hand-rolling itJesse Luehrs2019-11-021-58/+62
* simplifyJesse Luehrs2019-11-011-3/+6
* simplifyJesse Luehrs2019-11-011-8/+4
* use a bitset for outputs and stateJesse Luehrs2019-11-011-52/+76
* there's no reason title and icon_name should be optionsJesse Luehrs2019-11-011-13/+10
* clippyJesse Luehrs2019-11-011-2/+5
* simplifyJesse Luehrs2019-11-011-2/+2
* more consistent parameter handlingJesse Luehrs2019-11-011-118/+147
* implement a few more sgr modesJesse Luehrs2019-11-011-0/+14
* fix commentJesse Luehrs2019-11-011-2/+2
* don't panic on weird osc sequencesJesse Luehrs2019-11-011-4/+4
* implement decsed and decselJesse Luehrs2019-11-011-0/+12
* better intermediates handlingJesse Luehrs2019-11-011-64/+75
* implement vt and ffJesse Luehrs2019-11-011-0/+10
* reset shouldn't clear window titleJesse Luehrs2019-10-311-1/+8
* implement zero-width and wide character handlingJesse Luehrs2019-10-311-3/+49
* implement ascii text wrappingJesse Luehrs2019-10-311-1/+2
* more passing testsJesse Luehrs2019-10-301-2/+24
* more refactoringJesse Luehrs2019-10-301-41/+31
* more passing testsJesse Luehrs2019-10-301-62/+138
* more passing testsJesse Luehrs2019-10-301-1/+25
* more passing testsJesse Luehrs2019-10-301-10/+31
* more passing testsJesse Luehrs2019-10-301-2/+54
* more passing testsJesse Luehrs2019-10-301-7/+104
* centralize more logic for cursor movementJesse Luehrs2019-10-301-47/+43
* refactorJesse Luehrs2019-10-301-152/+183
* more passing testsJesse Luehrs2019-10-301-3/+28
* more passing testsJesse Luehrs2019-10-291-14/+14
* get some tests passingJesse Luehrs2019-10-291-38/+193
* basic structure of vte parserJesse Luehrs2019-10-291-30/+80
* start the rewriteJesse Luehrs2019-10-291-341/+96
* rustfmtJesse Luehrs2019-10-291-82/+85
* clippyJesse Luehrs2018-09-231-43/+15
* fix memory leakJesse Luehrs2017-07-191-0/+1
* bump libvt100Jesse Luehrs2017-07-191-1/+7
* bump libvt100Jesse Luehrs2016-06-061-4/+26
* one more methodJesse Luehrs2016-04-281-0/+8
* implement get_string_formattedJesse Luehrs2016-04-281-0/+47