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