[Cmake-commits] CMake branch, master, updated. v2.8.4-576-g73d5930
KWSys Robot
kwrobot at kitware.com
Sun Jun 19 18:17:27 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 73d593033f9fa7e24ae7b455b5d5fab6b209bd99 (commit)
from ac8a6bf085b088748e0b4e355f73f80cf4745f62 (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=73d593033f9fa7e24ae7b455b5d5fab6b209bd99
commit 73d593033f9fa7e24ae7b455b5d5fab6b209bd99
Author: Brad King <brad.king at kitware.com>
AuthorDate: Sun Jun 19 18:14:49 2011 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Sun Jun 19 18:17:07 2011 -0400
KWSys: Recognize color TERM=screen-256color-bce (#12287)
Author: Davide Mancusi <arekfu at gmail.com>
Acked-By: Modestas Vainius <modax at debian.org>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627853
diff --git a/Source/kwsys/Terminal.c b/Source/kwsys/Terminal.c
index 7a3266f..25832c2 100644
--- a/Source/kwsys/Terminal.c
+++ b/Source/kwsys/Terminal.c
@@ -163,6 +163,7 @@ static const char* kwsysTerminalVT100Names[] =
"rxvt-unicode-256color",
"screen",
"screen-256color",
+ "screen-256color-bce",
"screen-bce",
"screen-w",
"screen.linux",
-----------------------------------------------------------------------
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