mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Add xterm256 exception for tinyfugue
This commit is contained in:
parent
ee0b1c435a
commit
95b6df7591
1 changed files with 3 additions and 1 deletions
|
|
@ -131,7 +131,9 @@ class Ttype(object):
|
|||
"MUSHCLIENT", # > 4.02 (apr 2007)
|
||||
"PUTTY", # > 0.58 (apr 2005)
|
||||
"BEIP", # > 2.00.206 (late 2009) (BeipMu)
|
||||
"POTATO")): # > 2.00 (maybe earlier)
|
||||
"POTATO", # > 2.00 (maybe earlier)
|
||||
"TINYFUGUE" # > 4.x (maybe earlier)
|
||||
)):
|
||||
xterm256 = True
|
||||
|
||||
# all clients supporting TTYPE at all seem to support ANSI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue