ENH: Added rxvt-unicode and cygwin terminals for color support.
This commit is contained in:
parent
a70e73a114
commit
7ebe4702db
|
@ -142,14 +142,16 @@ static const char* kwsysTerminalVT100Names[] =
|
||||||
"con80x50",
|
"con80x50",
|
||||||
"con80x60",
|
"con80x60",
|
||||||
"console",
|
"console",
|
||||||
|
"cygwin",
|
||||||
"konsole",
|
"konsole",
|
||||||
"linux",
|
"linux",
|
||||||
"msys",
|
"msys",
|
||||||
"rxvt",
|
"rxvt",
|
||||||
|
"rxvt-unicode",
|
||||||
|
"screen",
|
||||||
"vt100",
|
"vt100",
|
||||||
"xterm",
|
"xterm",
|
||||||
"xterm-color",
|
"xterm-color",
|
||||||
"screen",
|
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue