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",
|
||||
"cygwin",
|
||||
"konsole",
|
||||
"konsole-256color",
|
||||
"linux",
|
||||
"msys",
|
||||
"rxvt",
|
||||
"rxvt-unicode",
|
||||
"screen",
|
||||
"screen-256color",
|
||||
"vt100",
|
||||
"xterm",
|
||||
"xterm-color",
|
||||
"xterm-256color",
|
||||
0
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue