aboutsummaryrefslogtreecommitdiffstats
path: root/src/term.rs
Commit message (Expand)AuthorAgeFilesLines
* attempt to avoid copies by writing directly to a std::io::Writedirect-writeJesse Luehrs2019-11-131-103/+109
* 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