summaryrefslogtreecommitdiff
path: root/cmd2/constants.py
Commit message (Expand)AuthorAgeFilesLines
* Made allow_ansi an application-wide setting and moved it to ansi.pyKevin Van Brunt2019-06-271-5/+0
* Renamed colors setting to allow_ansiKevin Van Brunt2019-06-261-1/+1
* Moved code related to ANSI escape codes to new file called ansi.pyKevin Van Brunt2019-06-261-65/+5
* Added bold and underline to style()Kevin Van Brunt2019-06-261-0/+10
* Fix flake8 errors, don't use Style.RESET, fix docstring, change some pexcept(...Daniel Ahn2019-06-241-2/+0
* Initial Commit for Issue 698xNinjaKittyx2019-06-241-0/+47
* Began work to minimize public APITodd Leonhardt2019-06-151-0/+2
* Fixed flake8 errorKevin Van Brunt2019-06-131-1/+0
* Reverted making constant values for colors. This will be done on a future tic...Kevin Van Brunt2019-06-131-6/+0
* Made constants for color valuesKevin Van Brunt2019-06-121-1/+8
* Merged master into history and resolved conflictsTodd Leonhardt2019-03-041-0/+1
|\
| * Removed support for c-style and embedded commentsKevin Van Brunt2019-03-011-0/+1
* | Potential fixes for outstanding multi-line issues in history commandTodd Leonhardt2019-03-031-0/+1
|/
* First pass at improved colorizingkotfu2018-08-111-0/+5
* Move LINE_FEED into constantskotfu2018-07-071-0/+2
* Get rid of last hard-coded redirection constantskotfu2018-05-101-0/+1
* Remove cmd2.Cmd.redirector for #381kotfu2018-05-101-2/+6
* Remove ‘<‘ from REDIRECTION_CHARS, it’s no longer used.kotfu2018-04-271-1/+1
* Create utils module for utility functionskotfu2018-04-271-0/+5
* Move constants into a separate file.kotfu2018-04-271-0/+7