Browse Source

ENH: Added rxvt-unicode and cygwin terminals for color support.

Brad King 19 years ago
parent
commit
7ebe4702db
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Source/kwsys/Terminal.c

+ 3 - 1
Source/kwsys/Terminal.c

@@ -142,14 +142,16 @@ static const char* kwsysTerminalVT100Names[] =
   "con80x50",
   "con80x60",
   "console",
+  "cygwin",
   "konsole",
   "linux",
   "msys",
   "rxvt",
+  "rxvt-unicode",
+  "screen",
   "vt100",
   "xterm",
   "xterm-color",
-  "screen",
   0
 };