aboutsummaryrefslogtreecommitdiff
path: root/src/term/color.rs
Commit message (Expand)AuthorAge
* Add rustfmt style guideChristian Duerr2019-03-30
* Dynamically resize terminal for errors/warningsChristian Duerr2019-02-07
* Upgrade to Rust 2018Joe Wilm2018-12-10
* Rework cursor configurationChristian Duerr2018-11-01
* fix erroneous indexed_color resultsRobert Martin Winterstein2018-10-07
* Implement config option for term colors 16..256Christian Duerr2018-09-23
* Add optional dim foreground colorRémi Garde2018-07-23
* Add bright foreground color optionChristian Duerr2018-07-15
* Implement `reset_state` of Term struct (#1035)Christian Duerr2018-01-18
* clippy: do and don't pass some things by reference as suggested (needless_pas...Matthias Krüger2017-12-03
* Fix reloading colors from config (#756)Tuomas Siipola2017-08-29
* Add dim color supportJake Merdich2017-06-23
* Change cursor colors config to use text and cursorJoe Wilm2017-02-25
* Move color list to Term structJoe Wilm2017-02-11