aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* changelog and version bumpv0.2.00.2.0Jesse Luehrs2019-11-042-1/+8
|
* reformat changelogJesse Luehrs2019-11-041-3/+14
|
* clippyJesse Luehrs2019-11-042-0/+3
|
* docsJesse Luehrs2019-11-045-2/+144
|
* stop reallocating vecs so muchJesse Luehrs2019-11-045-13/+33
|
* also make sure the formatted contents stays the sameJesse Luehrs2019-11-041-2/+5
|
* more useful contents/contents_formatted behaviorJesse Luehrs2019-11-0411-284/+165
|
* decsc should also save graphic rendition and origin modeJesse Luehrs2019-11-033-4/+41
|
* move some tests aroundJesse Luehrs2019-11-032-100/+99
|
* more testsJesse Luehrs2019-11-033-3/+90
|
* rename some methodsJesse Luehrs2019-11-0314-189/+189
|
* test some weird parser behaviorJesse Luehrs2019-11-031-0/+17
|
* fix off-by-one in erase_row_backwardJesse Luehrs2019-11-032-5/+29
| | | | | fixes behavior of CSI 1 J and CSI 1 K (which are not particularly commonly used, which is why this was missed before)
* fmtJesse Luehrs2019-11-032-21/+8
|
* actually, i do want to default to resetting everythingJesse Luehrs2019-11-031-9/+11
| | | | | the stuff that survives across a reset should be the special case, handled specially
* clean up public api a bitJesse Luehrs2019-11-037-285/+318
|
* 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
| | | | 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
|