aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* start implementing cellsJesse Luehrs2016-04-271-0/+14
* process should actually take a byte arrayJesse Luehrs2016-04-271-1/+1
* set_window_size and set_scrollback_lengthJesse Luehrs2016-04-261-0/+11
* stop tracking terminal size separatelyJesse Luehrs2016-04-261-2/+2
* implement process_string and get_string_plaintextJesse Luehrs2016-04-261-1/+5
* expose rows and colsJesse Luehrs2016-04-261-1/+3
* get ffi framework in placeJesse Luehrs2016-04-261-0/+11