Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added dim text style support | Kevin Van Brunt | 2020-01-07 | 1 | -4/+13 |
* | Renamed ansi_safe_wcswidth() to style_aware_wcswidth() | Kevin Van Brunt | 2019-12-19 | 1 | -2/+2 |
* | Changed allow_ansi to allow_style for accuracy in what types of ANSI escape s... | Kevin Van Brunt | 2019-12-19 | 1 | -2/+2 |
* | Whitespace and doc fixes | Kevin Van Brunt | 2019-07-01 | 1 | -1/+1 |
* | Modified async_alert_str to also get passed the number of terminal columns an... | Todd Leonhardt | 2019-07-01 | 1 | -0/+11 |
* | Initial changes for encapsulation of colorama usage within ansi.py | Todd Leonhardt | 2019-06-30 | 1 | -13/+25 |
* | Simplified ansi color dictionaries and lookup methods | Todd Leonhardt | 2019-06-27 | 1 | -10/+2 |
* | Added fg_lookup() and bg_lookup() two-stage color lookup functions | Todd Leonhardt | 2019-06-27 | 1 | -0/+26 |
* | Added unit tests for ansi.py | Kevin Van Brunt | 2019-06-27 | 1 | -0/+71 |