summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Source/kwsys/Terminal.c20
1 files changed, 19 insertions, 1 deletions
diff --git a/Source/kwsys/Terminal.c b/Source/kwsys/Terminal.c
index dad3272..364f08d 100644
--- a/Source/kwsys/Terminal.c
+++ b/Source/kwsys/Terminal.c
@@ -141,20 +141,38 @@ static const char* kwsysTerminalVT100Names[] =
"con80x43",
"con80x50",
"con80x60",
+ "cons25",
"console",
"cygwin",
+ "dtterm",
+ "eterm-color",
+ "gnome",
+ "gnome-256color",
"konsole",
"konsole-256color",
+ "kterm",
"linux",
"msys",
+ "linux-c",
+ "mach-color",
+ "mlterm",
+ "putty",
"rxvt",
+ "rxvt-cygwin",
+ "rxvt-cygwin-native",
"rxvt-unicode",
"screen",
"screen-256color",
+ "screen-bce",
+ "screen-w",
+ "screen.linux",
"vt100",
"xterm",
- "xterm-color",
+ "xterm-16color",
"xterm-256color",
+ "xterm-88color",
+ "xterm-color",
+ "xterm-debian",
0
};