aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* fix wide character handling in contents_formatted and contents_diffJesse Luehrs2019-11-082-0/+61
* remove some unnecessary testsJesse Luehrs2019-11-081-4/+0
* clearing cells sets the background colorJesse Luehrs2019-11-081-0/+284
* actually, we do need to always reset the hide cursor stateJesse Luehrs2019-11-063-15/+30
* also add a rows_diff methodJesse Luehrs2019-11-061-16/+72
* make row.contents_diff not require the row indexJesse Luehrs2019-11-061-3/+6
* also test less of the crawl ttyrec by defaultJesse Luehrs2019-11-061-1/+1
* also run a subset of splits tests by defaultJesse Luehrs2019-11-061-2/+13
* contents_formatted should additionally clear the screenJesse Luehrs2019-11-063-15/+16
* contents_formatted and contents_diff should also restore the cursorJesse Luehrs2019-11-062-8/+14
* add more extensive test fixturesJesse Luehrs2019-11-057596-11/+7711
* reset attrs at the start of diffsJesse Luehrs2019-11-051-4/+13
* fix erasing cells in diffJesse Luehrs2019-11-0531-1/+82
* add functionality for diffing two terminal screensJesse Luehrs2019-11-051-19/+70
* adjust the way window contents are reportedJesse Luehrs2019-11-0511-208/+435
* stop wrapping if the number of cols changesJesse Luehrs2019-11-051-0/+19
* preserve the state of empty cells in contents_formattedJesse Luehrs2019-11-051-0/+12
* contents_formatted should return a Vec<u8>Jesse Luehrs2019-11-054-16/+16
* expose the screen separately from the parserJesse Luehrs2019-11-0514-1280/+1422
* also make sure the formatted contents stays the sameJesse Luehrs2019-11-041-2/+5
* more useful contents/contents_formatted behaviorJesse Luehrs2019-11-049-281/+162
* decsc should also save graphic rendition and origin modeJesse Luehrs2019-11-031-0/+21
* move some tests aroundJesse Luehrs2019-11-032-100/+99
* more testsJesse Luehrs2019-11-033-3/+90
* rename some methodsJesse Luehrs2019-11-0312-181/+181
* test some weird parser behaviorJesse Luehrs2019-11-031-0/+17
* fix off-by-one in erase_row_backwardJesse Luehrs2019-11-031-4/+28
* clean up public api a bitJesse Luehrs2019-11-035-231/+282
* fmtJesse Luehrs2019-11-031-2/+8
* improve formatted output a bitJesse Luehrs2019-11-031-0/+26
* fix screen resizingJesse Luehrs2019-11-021-0/+30
* improve alternate screen handlingJesse Luehrs2019-11-021-0/+81
* improve mouse mode handlingJesse Luehrs2019-11-022-23/+113
* implement origin modeJesse Luehrs2019-11-021-1/+31
* there's no reason title and icon_name should be optionsJesse Luehrs2019-11-014-38/+38
* implement a few more sgr modesJesse Luehrs2019-11-011-0/+27
* implement vt and ffJesse Luehrs2019-11-011-3/+19
* add normalization for unicode cell valuesJesse Luehrs2019-10-311-2/+2
* basic structure of vte parserJesse Luehrs2019-10-2911-260/+315
* start the rewriteJesse Luehrs2019-10-2914-146/+69
* rustfmtJesse Luehrs2019-10-297-113/+354
* tests for zero width charactersJesse Luehrs2016-06-041-0/+100
* bump libvt100 for a bug fix, and add tests for itJesse Luehrs2016-06-042-0/+80
* add some more tests for a bug i fixed in libvt100Jesse Luehrs2016-05-071-0/+48
* add a bunch of testsJesse Luehrs2016-04-289-0/+1013
* attribute testsJesse Luehrs2016-04-282-0/+184
* the tests module is unnecessary hereJesse Luehrs2016-04-281-68/+63
* implement the rest of the cell attrsJesse Luehrs2016-04-271-0/+9
* implement fgcolor and bgcolor for cellsJesse Luehrs2016-04-271-0/+24
* split up some testsJesse Luehrs2016-04-271-1/+5