]> git.pld-linux.org Git - packages/screen.git/commitdiff
Add description
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 12 Dec 2012 20:23:51 +0000 (21:23 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 12 Dec 2012 20:23:51 +0000 (21:23 +0100)
; 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

index e2894c1ef465f2db0abde57d82c0d8363743596f..2bdd8b59f00490bad6672dbfbce78e891567e0e1 100644 (file)
@@ -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 @@
This page took 0.0319 seconds and 4 git commands to generate.