aboutsummaryrefslogtreecommitdiff
path: root/src/term/cell.rs
Commit message (Expand)AuthorAge
* Add rustfmt style guideChristian Duerr2019-03-30
* Add text reflowChristian Duerr2019-03-13
* Add proper underline and strikeout supportChristian Duerr2018-12-22
* Fixing tabs in copy-pasteSteve Blundy2018-12-15
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Fix rendering of zero-width charactersChristian Duerr2018-12-09
* Add hidden escape sequenceChristian Duerr2018-09-19
* Remove all instances of unwrap() from configChristian Duerr2018-03-04
* Add clippy check to travisChristian Duerr2018-01-06
* Update bitflags to v1Chet Gurevitch2017-12-23
* Update most remaining depsJonathan Schleußer2017-09-05
* Add dim color supportJake Merdich2017-06-23
* Fix bright inverse colors (#621)DarkDefender2017-06-18
* Add support for Beam, Underline cursorsJoe Wilm2017-06-11
* Add support for wide charactersJoe Wilm2017-03-02
* Render underline on empty cellsTuomas Siipola2017-02-06
* Alacritty now compiles on stable Rust :tada:Joe Wilm2017-02-03
* support for inverting the cursor or using colorsDanny Dulai2017-01-29
* Clippy fixes!Manish Goregaokar2017-01-06
* Improve RenderableCellsIter performanceJoe Wilm2016-12-29
* Add Default impl for CellJoe Wilm2016-12-29
* Fix selection copy for long linesJoe Wilm2016-12-29
* Implement copying selection for macOSJoe Wilm2016-12-26
* Add support for indexed colorsJoe Wilm2016-12-11
* Move term::cell module to its own fileJoe Wilm2016-12-11