ENH: Added '256color' terminal names. Patch applied from bug#3651.

This commit is contained in:
Brad King 2006-08-23 09:47:43 -04:00
parent f826c6c58b
commit 77cf2b85b0

View File

@ -144,14 +144,17 @@ static const char* kwsysTerminalVT100Names[] =
"console", "console",
"cygwin", "cygwin",
"konsole", "konsole",
"konsole-256color",
"linux", "linux",
"msys", "msys",
"rxvt", "rxvt",
"rxvt-unicode", "rxvt-unicode",
"screen", "screen",
"screen-256color",
"vt100", "vt100",
"xterm", "xterm",
"xterm-color", "xterm-color",
"xterm-256color",
0 0
}; };