aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* reorderJesse Luehrs2019-11-031-4/+4
* simplifyJesse Luehrs2019-11-032-10/+16
* fmtJesse Luehrs2019-11-033-7/+11
* improve formatted output a bitJesse Luehrs2019-11-032-1/+31
* alternate screen can just be a normal mode nowJesse Luehrs2019-11-031-8/+6
* simplifyJesse Luehrs2019-11-035-36/+36
* simplifyJesse Luehrs2019-11-031-2/+1
* no reason to use references hereJesse Luehrs2019-11-032-7/+7
* use a bitset for text modes tooJesse Luehrs2019-11-033-28/+81
* remove unnecessary gitmodules fileJesse Luehrs2019-11-031-0/+0
* 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
* 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-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
* 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