aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix tests for the attribute reset changeJesse Luehrs2019-11-085-36/+36
* changelog and version bumpv0.3.2Jesse Luehrs2019-11-082-2/+2
* contents_formatted should also reset attributesJesse Luehrs2019-11-082-1/+3
* stop treating soft hyphen speciallyJesse Luehrs2019-11-086-120/+14
* don't leave old character data in the second cell of a wide characterJesse Luehrs2019-11-082-5/+63
* VPA should not be restricted to the scroll regionJesse Luehrs2019-11-083-2/+5
* fix RI at the top of the screenJesse Luehrs2019-11-083-1/+16
* fix wide character handling in contents_formatted and contents_diffJesse Luehrs2019-11-084-8/+85
* remove some unnecessary testsJesse Luehrs2019-11-081-4/+0
* clearing cells sets the background colorJesse Luehrs2019-11-086-30/+329
* changelog and version bumpv0.3.1Jesse Luehrs2019-11-062-2/+2
* actually, we do need to always reset the hide cursor stateJesse Luehrs2019-11-065-18/+42
* changelog and version bumpv0.3.0Jesse Luehrs2019-11-062-1/+37
* also add a rows_diff methodJesse Luehrs2019-11-064-19/+109
* make row.contents_diff not require the row indexJesse Luehrs2019-11-063-17/+14
* docsJesse Luehrs2019-11-061-1/+11
* 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
* stop pretending to support left/right scroll regionsJesse Luehrs2019-11-062-30/+10
* contents_formatted should additionally clear the screenJesse Luehrs2019-11-064-16/+17
* contents_formatted and contents_diff should also restore the cursorJesse Luehrs2019-11-065-22/+68
* add more extensive test fixturesJesse Luehrs2019-11-057596-11/+7711
* reset attrs at the start of diffsJesse Luehrs2019-11-052-5/+14
* fix erasing cells in diffJesse Luehrs2019-11-0532-2/+83
* add functionality for diffing two terminal screensJesse Luehrs2019-11-055-20/+134
* adjust the way window contents are reportedJesse Luehrs2019-11-0514-315/+552
* stop wrapping if the number of cols changesJesse Luehrs2019-11-052-0/+25
* preserve the state of empty cells in contents_formattedJesse Luehrs2019-11-052-1/+13
* contents_formatted should return a Vec<u8>Jesse Luehrs2019-11-058-34/+52
* formattingJesse Luehrs2019-11-051-2/+4
* this method isn't usefulJesse Luehrs2019-11-051-5/+0
* docsJesse Luehrs2019-11-054-2/+17
* add Clone and Debug to ScreenJesse Luehrs2019-11-053-1/+3
* expose the screen separately from the parserJesse Luehrs2019-11-0517-1485/+1630
* changelog and version bumpv0.2.00.2.0Jesse Luehrs2019-11-042-1/+8
* reformat changelogJesse Luehrs2019-11-041-3/+14
* clippyJesse Luehrs2019-11-042-0/+3
* docsJesse Luehrs2019-11-045-2/+144
* stop reallocating vecs so muchJesse Luehrs2019-11-045-13/+33
* also make sure the formatted contents stays the sameJesse Luehrs2019-11-041-2/+5
* more useful contents/contents_formatted behaviorJesse Luehrs2019-11-0411-284/+165
* decsc should also save graphic rendition and origin modeJesse Luehrs2019-11-033-4/+41
* move some tests aroundJesse Luehrs2019-11-032-100/+99
* more testsJesse Luehrs2019-11-033-3/+90
* rename some methodsJesse Luehrs2019-11-0314-189/+189
* test some weird parser behaviorJesse Luehrs2019-11-031-0/+17
* fix off-by-one in erase_row_backwardJesse Luehrs2019-11-032-5/+29
* fmtJesse Luehrs2019-11-032-21/+8
* actually, i do want to default to resetting everythingJesse Luehrs2019-11-031-9/+11
* clean up public api a bitJesse Luehrs2019-11-037-285/+318