ENH: Handle 'screen' terminal. Thank you Thomas Z.

This commit is contained in:
Andy Cedilnik 2006-06-03 18:43:57 -04:00
parent 5bb3062ecc
commit 69bd53be41

View File

@ -149,6 +149,7 @@ static const char* kwsysTerminalVT100Names[] =
"vt100", "vt100",
"xterm", "xterm",
"xterm-color", "xterm-color",
"screen",
0 0
}; };