aboutsummaryrefslogtreecommitdiffstats
path: root/tests/scroll.rs
Commit message (Expand)AuthorAgeFilesLines
* allow getting a mutable screen, and move some operations thereJesse Luehrs2023-03-091-10/+10
* clean up clippy stuffJesse Luehrs2021-12-131-1/+0
* handle scrolling outside of a scroll regionJesse Luehrs2021-12-031-64/+4
* remove remaining unnecessary lint flagsJesse Luehrs2019-12-061-2/+1
* remove parser.screen_mutJesse Luehrs2019-11-121-10/+10
* actually, i do need to disable this in each testJesse Luehrs2019-11-111-0/+2
* allow cognitive_complexity everywhereJesse Luehrs2019-11-111-1/+0
* add Default impl for ParserJesse Luehrs2019-11-101-3/+3
* remove the scroll_to and scroll_pos methodsJesse Luehrs2019-11-101-28/+28
* optimize cursor movement a bitJesse Luehrs2019-11-101-0/+18
* implement scrolling backJesse Luehrs2019-11-091-0/+84
* optionally save scrollback rowsJesse Luehrs2019-11-091-2/+2
* ignore the scroll region when moving if we're already outside of itJesse Luehrs2019-11-081-0/+3
* VPA should not be restricted to the scroll regionJesse Luehrs2019-11-081-0/+4
* adjust the way window contents are reportedJesse Luehrs2019-11-051-5/+5
* expose the screen separately from the parserJesse Luehrs2019-11-051-41/+41
* more useful contents/contents_formatted behaviorJesse Luehrs2019-11-041-5/+5
* more testsJesse Luehrs2019-11-031-0/+9
* rename some methodsJesse Luehrs2019-11-031-5/+5
* implement origin modeJesse Luehrs2019-11-021-1/+31
* basic structure of vte parserJesse Luehrs2019-10-291-12/+9
* start the rewriteJesse Luehrs2019-10-291-2/+0
* add a bunch of testsJesse Luehrs2016-04-281-0/+30