[Cmake-commits] CMake branch, next, updated. v3.1.0-1695-g020324f
Brad King
brad.king at kitware.com
Sun Jan 11 11:51:31 EST 2015
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, next has been updated
via 020324f29f9d58cf5fef7a3c09aac6b81bc6c930 (commit)
via 2866a503a78ac63cd95695e92670ea9231c95350 (commit)
from d327bb19f232337a1492638617097e1d19f2d6d7 (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=020324f29f9d58cf5fef7a3c09aac6b81bc6c930
commit 020324f29f9d58cf5fef7a3c09aac6b81bc6c930
Merge: d327bb1 2866a50
Author: Brad King <brad.king at kitware.com>
AuthorDate: Sun Jan 11 11:51:30 2015 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sun Jan 11 11:51:30 2015 -0500
Merge topic 'kwsys-Terminal-xterm-termite' into next
2866a503 KWSys Terminal: Add xterm-termite to VT100 color support whitelist
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=2866a503a78ac63cd95695e92670ea9231c95350
commit 2866a503a78ac63cd95695e92670ea9231c95350
Author: Simon Gomizelj <sgomizelj at sangoma.com>
AuthorDate: Mon Dec 29 15:56:30 2014 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Jan 8 12:02:37 2015 -0500
KWSys Terminal: Add xterm-termite to VT100 color support whitelist
diff --git a/Source/kwsys/Terminal.c b/Source/kwsys/Terminal.c
index e13003f..d13f79a 100644
--- a/Source/kwsys/Terminal.c
+++ b/Source/kwsys/Terminal.c
@@ -175,6 +175,7 @@ static const char* kwsysTerminalVT100Names[] =
"xterm-88color",
"xterm-color",
"xterm-debian",
+ "xterm-termite",
0
};
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list