aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* use iterators in more places instead of raw indexingJesse Luehrs2019-11-023-83/+102
|
* simplifyJesse Luehrs2019-11-021-2/+2
|
* fix one more warningJesse Luehrs2019-11-021-1/+3
|
* 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-023-1/+43
|
* simplifyJesse Luehrs2019-11-021-27/+28
|
* these can just return directlyJesse Luehrs2019-11-021-6/+6
|
* fix some warnings, and make str_width a bit more efficientJesse Luehrs2019-11-021-4/+8
|
* add some loggingJesse Luehrs2019-11-022-10/+80
|
* improve alternate screen handlingJesse Luehrs2019-11-022-14/+107
|
* improve mouse mode handlingJesse Luehrs2019-11-023-42/+203
|
* implement origin modeJesse Luehrs2019-11-023-16/+63
|
* use enumset instead of hand-rolling itJesse Luehrs2019-11-022-58/+63
| | | | makes it a bit faster too
* simplifyJesse Luehrs2019-11-011-3/+6
|
* simplifyJesse Luehrs2019-11-011-8/+4
| | | | also fix reset clearing bell state
* 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-015-51/+48
|
* 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-012-0/+41
|
* 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
| | | | don't treat CSI J and CSI ? J the same by default
* implement vt and ffJesse Luehrs2019-11-012-3/+29
|
* implement window_contents_formattedJesse Luehrs2019-10-314-13/+144
|
* reset shouldn't clear window titleJesse Luehrs2019-10-311-1/+8
|
* add normalization for unicode cell valuesJesse Luehrs2019-10-313-2/+11
|
* implement zero-width and wide character handlingJesse Luehrs2019-10-317-7/+96
|
* implement ascii text wrappingJesse Luehrs2019-10-313-16/+33
|
* fix boundsJesse Luehrs2019-10-311-1/+1
|
* more passing testsJesse Luehrs2019-10-302-18/+95
|
* more refactoringJesse Luehrs2019-10-302-182/+126
|
* more passing testsJesse Luehrs2019-10-302-65/+175
|
* more passing testsJesse Luehrs2019-10-301-1/+25
|
* more passing testsJesse Luehrs2019-10-302-14/+37
|
* more passing testsJesse Luehrs2019-10-301-2/+54
|
* more passing testsJesse Luehrs2019-10-303-8/+227
|
* add proper range checking for cursor movementJesse Luehrs2019-10-301-17/+32
|
* centralize more logic for cursor movementJesse Luehrs2019-10-304-69/+155
|
* refactorJesse Luehrs2019-10-303-152/+234
|
* more passing testsJesse Luehrs2019-10-303-7/+42
|
* more passing testsJesse Luehrs2019-10-294-14/+59
|
* get some tests passingJesse Luehrs2019-10-295-74/+220
|
* basic structure of vte parserJesse Luehrs2019-10-2915-298/+398
|
* start the rewriteJesse Luehrs2019-10-2928-901/+234
|
* rustfmtJesse Luehrs2019-10-2914-234/+523
|
* clippyJesse Luehrs2018-09-233-64/+28
|