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
1 changed files with 1 additions and 0 deletions

View File

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