[packages/screen] Add description ; support OSC 10 and 11 commands for xterm default fg/bg colour ; http://www.xfree86

arekm arekm at pld-linux.org
Wed Dec 12 21:24:04 CET 2012


commit bcb0f132ebdf726a8acdca0ea9758c72c94023fd
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Dec 12 21:23:51 2012 +0100

    Add description
    ; support OSC 10 and 11 commands for xterm default fg/bg colour
    ; http://www.xfree86.org/current/ctlseqs.html
    ; P s = 1 0 → Change VT100 text foreground color to P t
    ; P s = 1 1 → Change VT100 text background color to P t

 screen-osc.patch | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/screen-osc.patch b/screen-osc.patch
index e2894c1..2bdd8b5 100644
--- a/screen-osc.patch
+++ b/screen-osc.patch
@@ -1,3 +1,7 @@
+; support OSC 10 and 11 commands for xterm default fg/bg colour
+; http://www.xfree86.org/current/ctlseqs.html
+; P s = 1 0 → Change VT100 text foreground color to P t
+; P s = 1 1 → Change VT100 text background color to P t 
 --- screen-4.1/ansi.c~	2010-02-24 15:33:05.000000000 +0200
 +++ screen-4.1/ansi.c	2010-02-24 15:42:23.596133932 +0200
 @@ -1530,12 +1530,14 @@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/screen.git/commitdiff/bcb0f132ebdf726a8acdca0ea9758c72c94023fd



More information about the pld-cvs-commit mailing list