Thanks to Davide Mancusi for the patch (screen-256color-bce.diff). (Closes: #627853)ci/unstable
parent
15b5bee169
commit
f28541d7ef
@ -0,0 +1,21 @@
|
|||||||
|
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",
|
@ -1,3 +1,4 @@
|
|||||||
fixup_manpages.diff
|
fixup_manpages.diff
|
||||||
FindBoost_add_-lpthread_#563479.diff
|
FindBoost_add_-lpthread_#563479.diff
|
||||||
backport_test_order_fix.diff
|
backport_test_order_fix.diff
|
||||||
|
screen-256color-bce.diff
|
||||||
|
Loading…
Reference in new issue