Add xterm256 exception for tinyfugue
This commit is contained in:
parent
3a3f2bfe9e
commit
0aff168f3e
1 changed files with 3 additions and 1 deletions
|
|
@ -131,7 +131,9 @@ class Ttype(object):
|
||||||
"MUSHCLIENT", # > 4.02 (apr 2007)
|
"MUSHCLIENT", # > 4.02 (apr 2007)
|
||||||
"PUTTY", # > 0.58 (apr 2005)
|
"PUTTY", # > 0.58 (apr 2005)
|
||||||
"BEIP", # > 2.00.206 (late 2009) (BeipMu)
|
"BEIP", # > 2.00.206 (late 2009) (BeipMu)
|
||||||
"POTATO")): # > 2.00 (maybe earlier)
|
"POTATO", # > 2.00 (maybe earlier)
|
||||||
|
"TINYFUGUE" # > 4.x (maybe earlier)
|
||||||
|
)):
|
||||||
xterm256 = True
|
xterm256 = True
|
||||||
|
|
||||||
# all clients supporting TTYPE at all seem to support ANSI
|
# all clients supporting TTYPE at all seem to support ANSI
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue