aboutsummaryrefslogtreecommitdiffstats
path: root/src/cell.rs
Commit message (Expand)AuthorAgeFilesLines
* preserve all text attributes on cleared cellsJesse Luehrs2019-11-111-12/+5
* remove set_len methodJesse Luehrs2019-11-111-6/+2
* cache wide character stateJesse Luehrs2019-11-101-16/+28
* optimize attribute setting a bitJesse Luehrs2019-11-101-3/+10
* use a fixed size buffer for cell dataJesse Luehrs2019-11-091-18/+60
* another micro-optimizationJesse Luehrs2019-11-091-2/+4
* stop treating soft hyphen speciallyJesse Luehrs2019-11-081-1/+10
* clearing cells sets the background colorJesse Luehrs2019-11-081-1/+2
* add functionality for diffing two terminal screensJesse Luehrs2019-11-051-1/+1
* this method isn't usefulJesse Luehrs2019-11-051-5/+0
* docsJesse Luehrs2019-11-041-0/+19
* stop reallocating vecs so muchJesse Luehrs2019-11-041-2/+3
* reorderJesse Luehrs2019-11-031-4/+4
* simplifyJesse Luehrs2019-11-031-2/+2
* simplifyJesse Luehrs2019-11-031-2/+1
* use a bitset for text modes tooJesse Luehrs2019-11-031-4/+4
* implement window_contents_formattedJesse Luehrs2019-10-311-0/+4
* add normalization for unicode cell valuesJesse Luehrs2019-10-311-0/+8
* implement zero-width and wide character handlingJesse Luehrs2019-10-311-0/+13
* more passing testsJesse Luehrs2019-10-291-0/+4
* get some tests passingJesse Luehrs2019-10-291-27/+13
* start the rewriteJesse Luehrs2019-10-291-60/+34
* rustfmtJesse Luehrs2019-10-291-1/+1
* clippyJesse Luehrs2018-09-231-21/+7
* allow the attr ffi wrappers to be used on more than just cellsJesse Luehrs2016-04-271-4/+24
* fgcolor and bgcolor for the screenJesse Luehrs2016-04-271-8/+1
* implement the rest of the cell attrsJesse Luehrs2016-04-271-0/+26
* implement fgcolor and bgcolor for cellsJesse Luehrs2016-04-271-1/+30
* start implementing cellsJesse Luehrs2016-04-271-0/+30