]> git.pld-linux.org Git - packages/screen.git/blobdiff - screen-osc.patch
remove comment/tty/ncursesw patches
[packages/screen.git] / screen-osc.patch
index e8dcc7a4c6e54f0bb77c36a0f20541c7657cc50f..2bdd8b59f00490bad6672dbfbce78e891567e0e1 100644 (file)
@@ -1,12 +1,15 @@
-diff -ur -x Makefile -x configure -x screen.info screen-4.0.3/ansi.c screen-4.0.3.wiget/ansi.c
---- screen-4.0.3/ansi.c        2003-12-05 14:57:05.000000000 +0100
-+++ screen-4.0.3.wiget/ansi.c  2008-03-21 22:19:42.000000000 +0100
-@@ -1496,12 +1496,14 @@
+; 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 @@
        }
  #endif
  #ifdef RXVT_OSC
--      if (typ == 0 || typ == 1 || typ == 20 || typ == 39 || typ == 49)
-+      if (typ == 0 || typ == 1 || typ == 20 || typ == 39 || typ == 49 || typ == 10 || typ == 11 )
+-      if (typ == 0 || typ == 1 || typ == 2 || typ == 20 || typ == 39 || typ == 49)
++      if (typ == 0 || typ == 1 || typ == 2 || typ == 20 || typ == 39 || typ == 49 || typ == 10 || typ == 11 )
        {
          int typ2;
          typ2 = typ / 10;
@@ -26,12 +29,6 @@ diff -ur -x Makefile -x configure -x screen.info screen-4.0.3/ansi.c screen-4.0.
                    Redisplay(0);
                }
            }
-Tylko w screen-4.0.3.wiget: ansi.c~
-Tylko w screen-4.0.3.wiget: autom4te.cache
-Tylko w screen-4.0.3.wiget: config.h
-Tylko w screen-4.0.3.wiget: config.log
-Tylko w screen-4.0.3.wiget: config.status
-diff -ur -x Makefile -x configure -x screen.info screen-4.0.3/display.c screen-4.0.3.wiget/display.c
 --- screen-4.0.3/display.c     2003-12-05 14:45:41.000000000 +0100
 +++ screen-4.0.3.wiget/display.c       2008-03-21 22:21:46.000000000 +0100
 @@ -3053,7 +3053,7 @@
@@ -75,7 +72,6 @@ diff -ur -x Makefile -x configure -x screen.info screen-4.0.3/display.c screen-4
  }
  #endif
 Tylko w screen-4.0.3.wiget: display.c~
-diff -ur -x Makefile -x configure -x screen.info screen-4.0.3/display.h screen-4.0.3.wiget/display.h
 --- screen-4.0.3/display.h     2003-07-01 16:01:42.000000000 +0200
 +++ screen-4.0.3.wiget/display.h       2008-03-21 22:08:44.000000000 +0100
 @@ -113,7 +113,7 @@
This page took 0.030158 seconds and 4 git commands to generate.