[Cmake-commits] [cmake-commits] alex committed Terminal.c 1.9 1.10

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Apr 21 18:23:04 EDT 2009


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

Modified Files:
	Terminal.c 
Log Message:
ENH: also recognize rxvt-256color as a color terminal (#8913, patch from Deewiant)

Alex


Index: Terminal.c
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/kwsys/Terminal.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -C 2 -d -r1.9 -r1.10
*** Terminal.c	6 Jun 2008 15:52:52 -0000	1.9
--- Terminal.c	21 Apr 2009 22:23:02 -0000	1.10
***************
*** 159,162 ****
--- 159,163 ----
    "putty",
    "rxvt",
+   "rxvt-256color",
    "rxvt-cygwin",
    "rxvt-cygwin-native",



More information about the Cmake-commits mailing list