summaryrefslogtreecommitdiff
path: root/tests/test_ansi.py
Commit message (Expand)AuthorAgeFilesLines
* Added dim text style supportKevin Van Brunt2020-01-071-4/+13
* Renamed ansi_safe_wcswidth() to style_aware_wcswidth()Kevin Van Brunt2019-12-191-2/+2
* Changed allow_ansi to allow_style for accuracy in what types of ANSI escape s...Kevin Van Brunt2019-12-191-2/+2
* Whitespace and doc fixesKevin Van Brunt2019-07-011-1/+1
* Modified async_alert_str to also get passed the number of terminal columns an...Todd Leonhardt2019-07-011-0/+11
* Initial changes for encapsulation of colorama usage within ansi.pyTodd Leonhardt2019-06-301-13/+25
* Simplified ansi color dictionaries and lookup methodsTodd Leonhardt2019-06-271-10/+2
* Added fg_lookup() and bg_lookup() two-stage color lookup functionsTodd Leonhardt2019-06-271-0/+26
* Added unit tests for ansi.pyKevin Van Brunt2019-06-271-0/+71