ENH: also recognize rxvt-256color as a color terminal (#8913, patch from Deewiant)
Alex
This commit is contained in:
parent
753385d639
commit
ce6849f057
|
@ -158,6 +158,7 @@ static const char* kwsysTerminalVT100Names[] =
|
|||
"mlterm",
|
||||
"putty",
|
||||
"rxvt",
|
||||
"rxvt-256color",
|
||||
"rxvt-cygwin",
|
||||
"rxvt-cygwin-native",
|
||||
"rxvt-unicode",
|
||||
|
|
Loading…
Reference in New Issue