Fix issue with option ansi/xterm256=False not correctly turning off colors. Change the NOMARKUP session option flag to NOCOLOR to better reflect its function.
This commit is contained in:
parent
b6a4997a97
commit
4699b38b31
8 changed files with 24 additions and 22 deletions
|
|
@ -86,7 +86,7 @@ class Session(object):
|
|||
"SCREENREADER":False,
|
||||
"INPUTDEBUG": False,
|
||||
"RAW": False,
|
||||
"NOMARKUP": False}
|
||||
"NOCOLOR": False}
|
||||
self.server_data = {}
|
||||
|
||||
# map of input data to session methods
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue