aboutsummaryrefslogtreecommitdiffstats
path: root/tests/csi.rs
Commit message (Expand)AuthorAgeFilesLines
* implement callback for terminal resize requestJesse Luehrs2023-03-091-0/+40
* input validation for vpaJesse Luehrs2021-11-161-0/+10
* convert tests to fixturesJesse Luehrs2019-12-061-613/+8
* optimize erases a bit moreJesse Luehrs2019-11-111-25/+9
* actually, i do need to disable this in each testJesse Luehrs2019-11-111-0/+2
* add Default impl for ParserJesse Luehrs2019-11-101-7/+7
* optimize cursor movement a bitJesse Luehrs2019-11-101-21/+15
* optionally save scrollback rowsJesse Luehrs2019-11-091-7/+7
* fix tests for the attribute reset changeJesse Luehrs2019-11-081-12/+12
* clearing cells sets the background colorJesse Luehrs2019-11-081-0/+284
* adjust the way window contents are reportedJesse Luehrs2019-11-051-70/+58
* expose the screen separately from the parserJesse Luehrs2019-11-051-195/+198
* more useful contents/contents_formatted behaviorJesse Luehrs2019-11-041-100/+79
* rename some methodsJesse Luehrs2019-11-031-58/+58
* fix off-by-one in erase_row_backwardJesse Luehrs2019-11-031-4/+28
* basic structure of vte parserJesse Luehrs2019-10-291-83/+76
* start the rewriteJesse Luehrs2019-10-291-2/+0
* rustfmtJesse Luehrs2019-10-291-35/+132
* add a bunch of testsJesse Luehrs2016-04-281-0/+295