aboutsummaryrefslogtreecommitdiffstats
path: root/tests/init.rs
Commit message (Expand)AuthorAgeFilesLines
* use callbacks for events rather than tracking countersJesse Luehrs2023-03-091-2/+0
* remove remaining unnecessary lint flagsJesse Luehrs2019-12-061-2/+0
* remove parser.screen_mutJesse Luehrs2019-11-121-3/+3
* actually, i do need to disable this in each testJesse Luehrs2019-11-111-0/+2
* allow cognitive_complexity everywhereJesse Luehrs2019-11-111-2/+0
* add Default impl for ParserJesse Luehrs2019-11-101-1/+1
* optionally save scrollback rowsJesse Luehrs2019-11-091-1/+1
* remove unnecessary accessorsJesse Luehrs2019-11-081-8/+0
* fix tests for the attribute reset changeJesse Luehrs2019-11-081-1/+1
* actually, we do need to always reset the hide cursor stateJesse Luehrs2019-11-061-1/+4
* contents_formatted should additionally clear the screenJesse Luehrs2019-11-061-1/+1
* adjust the way window contents are reportedJesse Luehrs2019-11-051-2/+2
* contents_formatted should return a Vec<u8>Jesse Luehrs2019-11-051-1/+1
* expose the screen separately from the parserJesse Luehrs2019-11-051-25/+28
* more useful contents/contents_formatted behaviorJesse Luehrs2019-11-041-8/+2
* rename some methodsJesse Luehrs2019-11-031-3/+3
* clean up public api a bitJesse Luehrs2019-11-031-9/+9
* there's no reason title and icon_name should be optionsJesse Luehrs2019-11-011-2/+2
* start the rewriteJesse Luehrs2019-10-291-4/+4
* rustfmtJesse Luehrs2019-10-291-2/+8
* add a bunch of testsJesse Luehrs2016-04-281-0/+43