summaryrefslogtreecommitdiff
path: root/cmd2/ansi.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed default styles to use a more flexible approach which could be used ↵Kevin Van Brunt2019-06-261-49/+13
| | | | to call any function to add style
* Changed signature of style() to allow for simpler calling and overriding of ↵Kevin Van Brunt2019-06-261-12/+39
| | | | settings in a provided TextStyle
* Combined some logic in styleKevin Van Brunt2019-06-261-20/+23
|
* Added TextStyle class and default implementations for various message types ↵Kevin Van Brunt2019-06-261-18/+38
| | | | like Warning, Error, and Succes
* Moved code related to ANSI escape codes to new file called ansi.pyKevin Van Brunt2019-06-261-0/+118