ENH: Added rxvt-unicode and cygwin terminals for color support.

This commit is contained in:
Brad King 2006-06-05 11:22:18 -04:00
parent a70e73a114
commit 7ebe4702db
1 changed files with 3 additions and 1 deletions

View File

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