[Cmake-commits] CMake branch, master, updated. v2.8.4-255-g72dd36e

KWSys Robot kwrobot at kitware.com
Tue Mar 29 17:40:06 EDT 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  72dd36e628a8ad7500a7ffbbecdc17d49836b9a9 (commit)
      from  ffae462ae656ce27c560f836376855f952e6096f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=72dd36e628a8ad7500a7ffbbecdc17d49836b9a9
commit 72dd36e628a8ad7500a7ffbbecdc17d49836b9a9
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Tue Mar 29 17:37:44 2011 -0400
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Tue Mar 29 17:40:03 2011 -0400

    KWSys: Recognize rxvt-unicode-256color terminal (#12013)
    
    Author: Matti Niemenmaa

diff --git a/Source/kwsys/Terminal.c b/Source/kwsys/Terminal.c
index 3bf2579..7a3266f 100644
--- a/Source/kwsys/Terminal.c
+++ b/Source/kwsys/Terminal.c
@@ -160,6 +160,7 @@ static const char* kwsysTerminalVT100Names[] =
   "rxvt-cygwin",
   "rxvt-cygwin-native",
   "rxvt-unicode",
+  "rxvt-unicode-256color",
   "screen",
   "screen-256color",
   "screen-bce",

-----------------------------------------------------------------------

Summary of changes:
 Source/kwsys/Terminal.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list