Added RAW and NOMARKUP protocol options to all protocols, settable with @option. Resolves #978.

This commit is contained in:
Griatch 2016-05-24 22:52:20 +02:00
parent 79786b7173
commit f12c754225
6 changed files with 14 additions and 10 deletions

View file

@ -82,7 +82,9 @@ class Session(object):
self.protocol_flags = {"ENCODING": "utf-8",
"SCREENREADER":False,
"INPUTDEBUG": False}
"INPUTDEBUG": False,
"RAW": False,
"NOMARKUP": False}
self.server_data = {}
# map of input data to session methods