aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* clippyHEADmainJesse Luehrs2023-08-065-19/+17
* bump depsJesse Luehrs2023-08-061-7/+7
* cargo denyJesse Luehrs2023-08-061-0/+4
* github actionsJesse Luehrs2023-08-061-0/+67
* Merge pull request #10 from FuegoFro/handle_previous_next_lineJesse Luehrs2023-04-1811-0/+74
|\
| * Add support for CSI E/F (next and previous line)Danny Weinberg2023-04-1711-0/+74
|/
* reorganize a bitJesse Luehrs2023-03-094-81/+86
* remove Perform implementation from the screen directlyJesse Luehrs2023-03-096-279/+294
* stop implementing Default for CellJesse Luehrs2023-03-095-7/+18
* typoJesse Luehrs2023-03-091-1/+1
* bump depsJesse Luehrs2023-03-092-20/+30
* add a few more benchmarksJesse Luehrs2023-03-092-0/+88
* implement callback for terminal resize requestJesse Luehrs2023-03-095-0/+73
* use callbacks for events rather than tracking countersJesse Luehrs2023-03-0912-178/+156
* simplifyJesse Luehrs2023-03-096-94/+77
* allow getting a mutable screen, and move some operations thereJesse Luehrs2023-03-095-44/+50
* changelog and version bumpv0.15.2Jesse Luehrs2023-02-052-1/+7
* clippyJesse Luehrs2023-02-0515-102/+94
* bump depsJesse Luehrs2023-02-052-10/+10
* changelog and version bumpv0.15.1Jesse Luehrs2021-12-212-1/+8
* remove a bunch of stuff from packagingJesse Luehrs2021-12-211-0/+1
* changelog and version bumpv0.15.0Jesse Luehrs2021-12-152-2/+2
* changelogJesse Luehrs2021-12-151-0/+4
* more clippy consistencyJesse Luehrs2021-12-151-0/+1
* bump depsJesse Luehrs2021-12-151-2/+2
* bump itoaJesse Luehrs2021-12-152-12/+11
* more conversion to indexingJesse Luehrs2021-12-152-14/+11
* let's actually stop being so aggressive hereJesse Luehrs2021-12-146-64/+58
* more clippy consistencyJesse Luehrs2021-12-141-0/+1
* more standardization on clippy lintsJesse Luehrs2021-12-141-1/+1
* also stop using as castsJesse Luehrs2021-12-145-47/+53
* replace all uses of unwrap(), expect(), and indexing with unreachable!()Jesse Luehrs2021-12-146-56/+264
* remove current_cell/current_cell_mutJesse Luehrs2021-12-142-15/+6
* remove unnecessary conditionJesse Luehrs2021-12-141-15/+6
* be a bit more explicitJesse Luehrs2021-12-141-4/+7
* just pass in the row on its ownJesse Luehrs2021-12-142-51/+31
* be a bit smarter about typesJesse Luehrs2021-12-142-23/+23
* clean up clippy stuffJesse Luehrs2021-12-139-17/+4
* fix restoring the cursor position when scrolled backJesse Luehrs2021-12-132-5/+6
* ensure that diffing a screen against itself always returns nothingJesse Luehrs2021-12-105-0/+13
* add Screen::errorsJesse Luehrs2021-12-062-0/+29
* changelog and version bumpv0.14.0Jesse Luehrs2021-12-062-2/+2
* better (i think?) handling of weird character widthsJesse Luehrs2021-12-065-8/+25
* add example for testing vte processingJesse Luehrs2021-12-062-0/+86
* add a binary to test vt100 state against a real terminalJesse Luehrs2021-12-063-4/+150
* changelog and version bumpv0.13.2Jesse Luehrs2021-12-052-2/+2
* delay allocation of the alternate screenJesse Luehrs2021-12-043-2/+23
* changelog and version bumpv0.13.1Jesse Luehrs2021-12-042-2/+2
* another parameter parsing bugJesse Luehrs2021-12-032-2/+3
* update fuzzJesse Luehrs2021-12-034-2/+76