summaryrefslogtreecommitdiff
path: root/tests/test_ansi.py
Commit message (Expand)AuthorAgeFilesLines
* Added unit test for ColorBase.colors()Kevin Van Brunt2020-02-071-0/+7
* Added __str__() back to ColorBase for more flexibility in its usageKevin Van Brunt2020-02-071-6/+18
* Removed unnecessary methods from fg and bg color enumsTodd Leonhardt2020-02-071-12/+6
* Having two parallel datastructures each for foreground and background colors ...Todd Leonhardt2020-02-061-5/+10
* Added convenience `ansi.fg` and `ansi.bg` enums of foreground and background ...Todd Leonhardt2020-02-061-0/+14
* 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