summaryrefslogtreecommitdiff
path: root/cmd2/ansi.py
Commit message (Expand)AuthorAgeFilesLines
* Removed bold from style_successKevin Van Brunt2019-12-041-1/+1
* Modified async_alert_str to also get passed the number of terminal columns an...Todd Leonhardt2019-07-011-9/+5
* Refactored ansi.async_alert_str() so that the cursor offset within the readli...Todd Leonhardt2019-06-301-4/+3
* Initial changes for encapsulation of colorama usage within ansi.pyTodd Leonhardt2019-06-301-0/+74
* Minor fix to docstring of ansi.style()Todd Leonhardt2019-06-281-2/+2
* Updated Sphinx documentation and README.mdTodd Leonhardt2019-06-281-4/+4
* Moved RESET to end of color dictionaries and skip a test on Mac since it is u...Todd Leonhardt2019-06-281-2/+2
* Simplified ansi color dictionaries and lookup methodsTodd Leonhardt2019-06-271-32/+24
* Added fg_lookup() and bg_lookup() two-stage color lookup functionsTodd Leonhardt2019-06-271-28/+63
* Moved cmd2.Cmd._decolorized_write() to ansi.py and renamed it to ansi_aware_w...Kevin Van Brunt2019-06-271-6/+19
* Made allow_ansi an application-wide setting and moved it to ansi.pyKevin Van Brunt2019-06-271-0/+8
* Renamed colors setting to allow_ansiKevin Van Brunt2019-06-261-8/+8
* Updated documentationKevin Van Brunt2019-06-261-2/+4
* Changed default styles to use a more flexible approach which could be used to...Kevin Van Brunt2019-06-261-49/+13
* Changed signature of style() to allow for simpler calling and overriding of s...Kevin Van Brunt2019-06-261-12/+39
* Combined some logic in styleKevin Van Brunt2019-06-261-20/+23
* Added TextStyle class and default implementations for various message types l...Kevin Van Brunt2019-06-261-18/+38
* Moved code related to ANSI escape codes to new file called ansi.pyKevin Van Brunt2019-06-261-0/+118