diff options
author | Brad King <brad.king@kitware.com> | 2008-06-06 15:52:52 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-06-06 15:52:52 (GMT) |
commit | 27759a775f1314a216af463ff5054b980b646f49 (patch) | |
tree | 7a51ae45dfb485c3c8a05fe9ff4f0a3e671fa4c1 /Source | |
parent | 4bc39940c3e06b4d75ac50b3e60272b04bbe1908 (diff) | |
download | CMake-27759a775f1314a216af463ff5054b980b646f49.zip CMake-27759a775f1314a216af463ff5054b980b646f49.tar.gz CMake-27759a775f1314a216af463ff5054b980b646f49.tar.bz2 |
ENH: Recognize more color terminals.
- Patch from Matthew McCormick, slightly tweaked
- See issue #6833
Diffstat (limited to 'Source')
-rw-r--r-- | Source/kwsys/Terminal.c | 20 |
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 }; |