aboutsummaryrefslogtreecommitdiffstats
path: root/src/colors.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippyJesse Luehrs2023-03-261-8/+5
|
* fmtJesse Luehrs2023-03-261-12/+11
|
* bump to 2021 editionJesse Luehrs2023-03-261-10/+10
|
* newlines shouldn't be prompt-escapedJesse Luehrs2018-05-191-3/+1
| | | | | these prompt escapes are specifically for characters that don't move the cursor
* suppress output when testing renderingJesse Luehrs2018-05-141-22/+46
|
* create terminal objects directly from a writerJesse Luehrs2018-05-141-2/+11
|
* use the more generic Terminal trait hereJesse Luehrs2018-05-141-2/+2
|
* simplifyJesse Luehrs2018-02-271-7/+7
|
* rustfmtJesse Luehrs2018-02-241-34/+50
|
* clippyJesse Luehrs2018-02-211-2/+2
|
* give a default for root's user colorJesse Luehrs2018-02-201-0/+2
|
* also need to wrap the reset code in prompt escapesJesse Luehrs2018-02-201-1/+3
|
* handle vcs coloringJesse Luehrs2018-02-201-0/+2
|
* handle pwd coloringJesse Luehrs2018-02-201-0/+3
|
* allow overriding colorsJesse Luehrs2018-02-191-1/+40
|
* simplify, and implement autosizingJesse Luehrs2018-02-191-8/+8
|
* start sketching out some thingsJesse Luehrs2018-02-191-0/+126