aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* changelog and version bumpv0.13.0Jesse Luehrs2021-11-172-2/+2
* forgot some generated filesJesse Luehrs2021-11-162-0/+9
* input validation for vpaJesse Luehrs2021-11-1617-15/+34
* edition 2021Jesse Luehrs2021-11-165-6/+1
* expose some extra internal state to help reproduce line wrappingJesse Luehrs2021-11-164-97/+169
* clippyJesse Luehrs2021-11-167-19/+19
* handle escaping backslashes when generating fixturesJesse Luehrs2021-11-131-0/+4
* reorder the functionsJesse Luehrs2021-11-121-6/+6
* add a function to return whether the alternate screen is in useJesse Luehrs2021-11-122-0/+12
* cargo deny configJesse Luehrs2021-11-121-0/+14
* clippyJesse Luehrs2021-11-126-32/+34
* bump depsJesse Luehrs2021-11-111-6/+6
* version bumpv0.12.0Jesse Luehrs2021-03-092-2/+2
* add Screen::state_formatted and Screen::state_diffJesse Luehrs2021-03-093-0/+32
* fix attributes_formatted, remove attributes_diffJesse Luehrs2021-03-093-14/+31
* version bumpv0.11.1Jesse Luehrs2021-03-072-2/+2
* drop enumset dependencyJesse Luehrs2021-03-074-64/+63
* version bumpv0.11.0Jesse Luehrs2021-03-072-2/+2
* changelogJesse Luehrs2021-03-071-0/+10
* also provide methods to restore the current drawing attribute stateJesse Luehrs2021-03-071-0/+38
* add methods to retrieve the current drawing state attributesJesse Luehrs2021-03-061-0/+40
* document a methodJesse Luehrs2021-03-061-0/+3
* version bumpv0.10.0Jesse Luehrs2021-03-062-2/+2
* add a Write implementation for ParserJesse Luehrs2021-03-063-0/+77
* set edition for rustfmtJesse Luehrs2021-03-061-0/+1
* version bumpv0.9.0Jesse Luehrs2021-03-052-2/+2
* changelogJesse Luehrs2021-03-051-0/+13
* test subparameter behaviorJesse Luehrs2021-03-057-0/+66
* support sgr with subparametersJesse Luehrs2021-03-052-46/+106
* clippyJesse Luehrs2021-03-051-4/+4
* bump vteJesse Luehrs2021-03-052-107/+111
* bump enumset to fix compilation failureJesse Luehrs2021-03-051-1/+1
* add contents_between, for things like clipboard selectionsJesse Luehrs2020-05-112-0/+93
* changelog and version bumpv0.8.1Jesse Luehrs2020-02-092-2/+2
* clippyJesse Luehrs2020-02-094-1/+37
* bump vte versionJesse Luehrs2020-02-093-7/+19
* changelog and version bumpv0.8.0Jesse Luehrs2019-12-072-2/+2
* try to micro-optimize getting cell contents a bitJesse Luehrs2019-12-071-1/+5
* avoid calculating contents multiple timesJesse Luehrs2019-12-071-3/+3
* changelogJesse Luehrs2019-12-071-1/+8
* add a basic quickcheck testJesse Luehrs2019-12-072-0/+147
* fix positioning cursor past end of line when there are wide charactersJesse Luehrs2019-12-074-12/+39
* clear wide characters if they get half-scrolled off the rightJesse Luehrs2019-12-074-0/+14
* one more try for leaving a cursor at the end of a rowJesse Luehrs2019-12-075-23/+52
* actually, remove normalization entirelyJesse Luehrs2019-12-0711-54/+24
* need to update pos after potentially wrappingJesse Luehrs2019-12-064-0/+28
* more line wrapping fixesJesse Luehrs2019-12-0613-1/+132
* fix contents when a wrapped row is followed by an empty rowJesse Luehrs2019-12-064-3/+9
* also move the wide char check inside the loop for ECHJesse Luehrs2019-12-064-1/+18
* handle line wrapping with wide characters + combining charactersJesse Luehrs2019-12-064-2/+67