ENH: Added '256color' terminal names. Patch applied from bug#3651.
This commit is contained in:
parent
f826c6c58b
commit
77cf2b85b0
@ -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
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user