aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | different applications want to be able to apply different things, so this gives more control
* make contents_diff include bell stateJesse Luehrs2019-11-121-0/+20
| | | | i don't think it makes sense for contents_formatted to include this
* 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
| | | | they are too slow
* simplifyJesse Luehrs2019-11-101-18/+0
|
* optimize attribute setting a bitJesse Luehrs2019-11-101-5/+30
|
* refactor terminal writingJesse Luehrs2019-11-091-0/+277