ENH: Recognize more color terminals.
- Patch from Matthew McCormick, slightly tweaked - See issue #6833
This commit is contained in:
parent
4bc39940c3
commit
27759a775f
|
@ -141,20 +141,38 @@ static const char* kwsysTerminalVT100Names[] =
|
||||||
"con80x43",
|
"con80x43",
|
||||||
"con80x50",
|
"con80x50",
|
||||||
"con80x60",
|
"con80x60",
|
||||||
|
"cons25",
|
||||||
"console",
|
"console",
|
||||||
"cygwin",
|
"cygwin",
|
||||||
|
"dtterm",
|
||||||
|
"eterm-color",
|
||||||
|
"gnome",
|
||||||
|
"gnome-256color",
|
||||||
"konsole",
|
"konsole",
|
||||||
"konsole-256color",
|
"konsole-256color",
|
||||||
|
"kterm",
|
||||||
"linux",
|
"linux",
|
||||||
"msys",
|
"msys",
|
||||||
|
"linux-c",
|
||||||
|
"mach-color",
|
||||||
|
"mlterm",
|
||||||
|
"putty",
|
||||||
"rxvt",
|
"rxvt",
|
||||||
|
"rxvt-cygwin",
|
||||||
|
"rxvt-cygwin-native",
|
||||||
"rxvt-unicode",
|
"rxvt-unicode",
|
||||||
"screen",
|
"screen",
|
||||||
"screen-256color",
|
"screen-256color",
|
||||||
|
"screen-bce",
|
||||||
|
"screen-w",
|
||||||
|
"screen.linux",
|
||||||
"vt100",
|
"vt100",
|
||||||
"xterm",
|
"xterm",
|
||||||
"xterm-color",
|
"xterm-16color",
|
||||||
"xterm-256color",
|
"xterm-256color",
|
||||||
|
"xterm-88color",
|
||||||
|
"xterm-color",
|
||||||
|
"xterm-debian",
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue