ENH: Recognize more color terminals.

- Patch from Matthew McCormick, slightly tweaked
  - See issue #6833
This commit is contained in:
Brad King 2008-06-06 11:52:52 -04:00
parent 4bc39940c3
commit 27759a775f
1 changed files with 19 additions and 1 deletions

View File

@ -141,20 +141,38 @@ static const char* kwsysTerminalVT100Names[] =
"con80x43",
"con80x50",
"con80x60",
"cons25",
"console",
"cygwin",
"dtterm",
"eterm-color",
"gnome",
"gnome-256color",
"konsole",
"konsole-256color",
"kterm",
"linux",
"msys",
"linux-c",
"mach-color",
"mlterm",
"putty",
"rxvt",
"rxvt-cygwin",
"rxvt-cygwin-native",
"rxvt-unicode",
"screen",
"screen-256color",
"screen-bce",
"screen-w",
"screen.linux",
"vt100",
"xterm",
"xterm-color",
"xterm-16color",
"xterm-256color",
"xterm-88color",
"xterm-color",
"xterm-debian",
0
};