You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
748 B
22 lines
748 B
From: Davide Mancusi <arekfu@gmail.com>
|
|
Subject: Generate colour Makefiles if $TERM=screen-256color-bce
|
|
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=627853
|
|
Acked-By: Modestas Vainius <modax@debian.org>
|
|
Forwarded: no
|
|
Last-Update: 2011-05-24
|
|
Origin: other, http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=cmake_screen-256color-bce.patch;att=1;bug=627853
|
|
|
|
Generated Makefiles do not use color highlighting if $TERM is set to
|
|
`screen-256color-bce'. The patch fixes this.
|
|
|
|
--- a/Source/kwsys/Terminal.c
|
|
+++ b/Source/kwsys/Terminal.c
|
|
@@ -162,6 +162,7 @@ static const char* kwsysTerminalVT100Nam
|
|
"rxvt-unicode",
|
|
"screen",
|
|
"screen-256color",
|
|
+ "screen-256color-bce",
|
|
"screen-bce",
|
|
"screen-w",
|
|
"screen.linux",
|