summaryrefslogtreecommitdiff
path: root/cmd2/constants.py
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-06-26 17:44:25 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-06-26 17:44:25 -0400
commit2f9aab59acbbfc177a924afe7601b9021a4b1399 (patch)
tree11f2fde6c1e9d74956d6f287dcf221649d5233f1 /cmd2/constants.py
parent92f8e3d616c836748638a19ad954c7e050059f21 (diff)
downloadcmd2-git-2f9aab59acbbfc177a924afe7601b9021a4b1399.tar.gz
Renamed colors setting to allow_ansi
Diffstat (limited to 'cmd2/constants.py')
-rw-r--r--cmd2/constants.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd2/constants.py b/cmd2/constants.py
index ac8822c0..ed196f22 100644
--- a/cmd2/constants.py
+++ b/cmd2/constants.py
@@ -17,7 +17,7 @@ LINE_FEED = '\n'
DEFAULT_SHORTCUTS = {'?': 'help', '!': 'shell', '@': 'run_script', '@@': '_relative_run_script'}
-# Values for cmd2 setting that determines when to allow ANSI escape codes
+# Values for cmd2's allow_ansi setting
ANSI_NEVER = 'Never'
ANSI_TERMINAL = 'Terminal'
ANSI_ALWAYS = 'Always'