aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* reorganize a bitJesse Luehrs2023-03-091-1/+0
* remove Perform implementation from the screen directlyJesse Luehrs2023-03-091-0/+1
* use callbacks for events rather than tracking countersJesse Luehrs2023-03-091-0/+3
* more clippy consistencyJesse Luehrs2021-12-151-0/+1
* let's actually stop being so aggressive hereJesse Luehrs2021-12-141-3/+1
* 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-141-0/+1
* replace all uses of unwrap(), expect(), and indexing with unreachable!()Jesse Luehrs2021-12-141-0/+3
* clean up clippy stuffJesse Luehrs2021-12-131-3/+1
* clippyJesse Luehrs2021-11-121-0/+1
* support sgr with subparametersJesse Luehrs2021-03-051-0/+1
* allow cognitive_complexity everywhereJesse Luehrs2019-11-111-0/+1
* update crate docs a bitJesse Luehrs2019-11-101-4/+17
* optimize cursor movement a bitJesse Luehrs2019-11-101-0/+1
* implement scrolling backJesse Luehrs2019-11-091-1/+1
* refactor terminal writingJesse Luehrs2019-11-091-0/+1
* stop treating soft hyphen speciallyJesse Luehrs2019-11-081-1/+0
* docsJesse Luehrs2019-11-051-0/+4
* expose the screen separately from the parserJesse Luehrs2019-11-051-2/+4
* clippyJesse Luehrs2019-11-041-0/+2
* docsJesse Luehrs2019-11-041-0/+18
* fmtJesse Luehrs2019-11-031-1/+1
* clean up public api a bitJesse Luehrs2019-11-031-1/+1
* fmtJesse Luehrs2019-11-031-1/+1
* simplifyJesse Luehrs2019-11-031-2/+1
* implement zero-width and wide character handlingJesse Luehrs2019-10-311-0/+1
* centralize more logic for cursor movementJesse Luehrs2019-10-301-1/+0
* refactorJesse Luehrs2019-10-301-0/+1
* more passing testsJesse Luehrs2019-10-301-0/+1
* more passing testsJesse Luehrs2019-10-291-0/+1
* get some tests passingJesse Luehrs2019-10-291-2/+4
* basic structure of vte parserJesse Luehrs2019-10-291-1/+0
* start the rewriteJesse Luehrs2019-10-291-12/+7
* rustfmtJesse Luehrs2019-10-291-1/+1
* clippyJesse Luehrs2018-09-231-0/+6
* implement fgcolor and bgcolor for cellsJesse Luehrs2016-04-271-0/+2
* start implementing cellsJesse Luehrs2016-04-271-0/+2
* split things out into more modulesJesse Luehrs2016-04-261-0/+2
* get ffi framework in placeJesse Luehrs2016-04-261-6/+5
* project skeletonJesse Luehrs2016-04-251-0/+6