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:
Griatch 2017-01-26 21:08:27 +01:00
parent b6a4997a97
commit 4699b38b31
8 changed files with 24 additions and 22 deletions

View file

@ -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