aboutsummaryrefslogtreecommitdiffstats
path: root/tests/split-escapes.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippyJesse Luehrs2023-02-051-5/+3
|
* clippyJesse Luehrs2021-11-161-1/+1
|
* remove remaining unnecessary lint flagsJesse Luehrs2019-12-061-2/+0
|
* actually, i do need to disable this in each testJesse Luehrs2019-11-111-0/+2
|
* optionally save scrollback rowsJesse Luehrs2019-11-091-1/+1
|
* also run a subset of splits tests by defaultJesse Luehrs2019-11-061-2/+13
|
* adjust the way window contents are reportedJesse Luehrs2019-11-051-2/+2
| | | | | | | | | | | | | | | | contents and contents_formatted now only allow getting the entire terminal contents, and for any other uses we now provide rows and rows_formatted. the reasoning here is that it wasn't particularly useful to return newline (or crlf) separated lines when not drawing the full terminal, since it's not like you can send those to the terminal in any meaningful way anyway (like, if you wanted to draw a subset of the terminal state, you'll almost certainly need to be doing explicit positioning on your own, since crlf is only actually correct if you're drawing the screen subset in the upper left hand corner of the screen). with this, you can draw each (subset of a) line individually, and reposition the cursor in whatever way makes sense in between drawing the lines.
* contents_formatted should return a Vec<u8>Jesse Luehrs2019-11-051-1/+1
| | | | | the overall terminal escape sequence byte stream is not necessarily utf8-safe, even if individual cell contents are
* expose the screen separately from the parserJesse Luehrs2019-11-051-7/+7
|
* also make sure the formatted contents stays the sameJesse Luehrs2019-11-041-2/+5
|
* rename some methodsJesse Luehrs2019-11-031-1/+1
|
* basic structure of vte parserJesse Luehrs2019-10-291-5/+1
|
* start the rewriteJesse Luehrs2019-10-291-5/+3
|
* bump libvt100 for a bug fix, and add tests for itJesse Luehrs2016-06-041-0/+45