aboutsummaryrefslogtreecommitdiffstats
path: root/tests/attr.rs
Commit message (Collapse)AuthorAgeFilesLines
* fix attributes_formatted, remove attributes_diffJesse Luehrs2021-03-091-0/+12
| | | | also improve the documentation and add more tests
* convert tests to fixturesJesse Luehrs2019-12-061-261/+3
|
* preserve all text attributes on cleared cellsJesse Luehrs2019-11-111-0/+44
| | | | | | | some terminals require it (alacritty wants to render underline and inverse state of cleared cells, for instance, so we have to be sure that the diff algorithm will properly reset the cursor attributes before clearing cells)
* 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-2/+2
|
* optionally save scrollback rowsJesse Luehrs2019-11-091-2/+2
|
* remove unnecessary accessorsJesse Luehrs2019-11-081-60/+0
| | | | nobody should be caring about the terminal state internals
* expose the screen separately from the parserJesse Luehrs2019-11-051-149/+218
|
* implement a few more sgr modesJesse Luehrs2019-11-011-0/+27
|
* basic structure of vte parserJesse Luehrs2019-10-291-19/+16
|
* start the rewriteJesse Luehrs2019-10-291-94/+43
|
* rustfmtJesse Luehrs2019-10-291-54/+126
|
* attribute testsJesse Luehrs2016-04-281-0/+171