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
1 changed files with 3 additions and 0 deletions

View File

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