mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 08:46:31 +01:00
Added TTYPE xterm256 enforcing for the 'BeipMu' client (>v2.00.206).
This commit is contained in:
parent
dbc46a372c
commit
ddaadb9825
1 changed files with 2 additions and 1 deletions
|
|
@ -101,7 +101,8 @@ class Ttype(object):
|
|||
"KILDCLIENT", # > 2.2.0 (sep 2005)
|
||||
"MUDLET", # > beta 15 (sep 2009)
|
||||
"MUSHCLIENT", # > 4.02 (apr 2007)
|
||||
"PUTTY")) # > 0.58 (apr 2005)
|
||||
"PUTTY", # > 0.58 (apr 2005)
|
||||
"BEIP")) # > 2.00.206 (late 2009) (BeipMu)
|
||||
|
||||
# all clients supporting TTYPE at all seem to support ANSI
|
||||
self.protocol.protocol_flags['TTYPE']['ANSI'] = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue