Implemented xterm256 colours. If not supported by client, converts to normal ANSI, as per kaViir's snippet. Integrates into Evennia's normal ansi parser and collaborates with TTYPE protocol to determine if the client supports it.
This commit is contained in:
parent
fb78758356
commit
4cd80284c9
6 changed files with 194 additions and 146 deletions
|
|
@ -48,7 +48,6 @@ class Mssp(object):
|
|||
"""
|
||||
This is the normal operation.
|
||||
"""
|
||||
print "no mssp"
|
||||
pass
|
||||
|
||||
def do_mssp(self, option):
|
||||
|
|
@ -182,6 +181,3 @@ class Mssp(object):
|
|||
|
||||
# send to crawler by subnegotiation
|
||||
self.protocol.requestNegotiation(MSSP, varlist)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue