aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.rs
Commit message (Expand)AuthorAgeFilesLines
* clippyHEADmainJesse Luehrs2023-08-061-1/+1
* use callbacks for events rather than tracking countersJesse Luehrs2023-03-091-20/+0
* simplifyJesse Luehrs2023-03-091-40/+38
* bump itoaJesse Luehrs2021-12-151-11/+10
* let's actually stop being so aggressive hereJesse Luehrs2021-12-141-4/+4
* replace all uses of unwrap(), expect(), and indexing with unreachable!()Jesse Luehrs2021-12-141-4/+10
* clippyJesse Luehrs2021-11-121-12/+13
* one more try for leaving a cursor at the end of a rowJesse Luehrs2019-12-071-9/+19
* preserve wrapping state when possibleJesse Luehrs2019-12-061-0/+10
* fix a couple more issues with end of line behaviorJesse Luehrs2019-12-051-0/+10
* split formatted calculations into multiple methodsJesse Luehrs2019-11-121-4/+216
* make contents_diff include bell stateJesse Luehrs2019-11-121-0/+20
* make sure i don't accidentally forget to write_bufJesse Luehrs2019-11-111-0/+10
* optimize erases a bit moreJesse Luehrs2019-11-111-0/+15
* a few more movement tweaksJesse Luehrs2019-11-111-1/+1
* factor out cursor movement logicJesse Luehrs2019-11-111-0/+26
* allow cognitive_complexity everywhereJesse Luehrs2019-11-111-1/+1
* stop using formats at allJesse Luehrs2019-11-111-40/+51
* simplifyJesse Luehrs2019-11-101-18/+0
* optimize attribute setting a bitJesse Luehrs2019-11-101-5/+30
* refactor terminal writingJesse Luehrs2019-11-091-0/+277