[Cmake-commits] [cmake-commits] king committed Terminal.c 1.8 1.9

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jun 6 11:52:55 EDT 2008


Update of /cvsroot/CMake/CMake/Source/kwsys
In directory public:/mounts/ram/cvs-serv24949/Source/kwsys

Modified Files:
	Terminal.c 
Log Message:
ENH: Recognize more color terminals.

  - Patch from Matthew McCormick, slightly tweaked
  - See issue #6833


Index: Terminal.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/Terminal.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -C 2 -d -r1.8 -r1.9
*** Terminal.c	23 Aug 2006 13:47:43 -0000	1.8
--- Terminal.c	6 Jun 2008 15:52:52 -0000	1.9
***************
*** 142,159 ****
    "con80x50",
    "con80x60",
    "console",
    "cygwin",
    "konsole",
    "konsole-256color",
    "linux",
    "msys",
    "rxvt",
    "rxvt-unicode",
    "screen",
    "screen-256color",
    "vt100",
    "xterm",
!   "xterm-color",
    "xterm-256color",
    0
  };
--- 142,177 ----
    "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-16color",
    "xterm-256color",
+   "xterm-88color",
+   "xterm-color",
+   "xterm-debian",
    0
  };



More information about the Cmake-commits mailing list