summaryrefslogtreecommitdiff
path: root/docs/settingchanges.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/settingchanges.rst')
-rw-r--r--docs/settingchanges.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/settingchanges.rst b/docs/settingchanges.rst
index 0e4feac1..81f025a7 100644
--- a/docs/settingchanges.rst
+++ b/docs/settingchanges.rst
@@ -174,7 +174,7 @@ comments, is viewable from within a running application
with::
(Cmd) set --long
- colors: Terminal # Allow colorized output
+ allow_ansi: Terminal # Allow ANSI escape sequences in output (valid values: Terminal, Always, Never)
continuation_prompt: > # On 2nd+ line of input
debug: False # Show full error stack on error
echo: False # Echo command issued into output
@@ -187,5 +187,5 @@ with::
Any of these user-settable parameters can be set while running your app with the ``set`` command like so::
- set colors Never
+ set allow_ansi Never