From: Arkadiusz Miśkiewicz Date: Wed, 12 Dec 2012 20:23:51 +0000 (+0100) Subject: Add description X-Git-Tag: auto/th/screen-4.1.0-2~1 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=bcb0f132ebdf726a8acdca0ea9758c72c94023fd;hp=c1278ff1d4b46e53589ada198117f76b2f2d0c31;p=packages%2Fscreen.git 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 --- 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 @@