*** empty log message ***
authorroot <root>
Tue, 4 Nov 2008 23:46:22 +0000 (23:46 +0000)
committerroot <root>
Tue, 4 Nov 2008 23:46:22 +0000 (23:46 +0000)
doc/etc/rxvt-unicode.terminfo
src/command.C

index caea7cfb7cda1b60aa72c4f649456b05f03d13cb..b3f0a0959e3c7b6d4bfd48162257ff7d90d5ec4f 100644 (file)
@@ -50,7 +50,7 @@ rxvt-unicode|rxvt-unicode terminal (X Window System),
        il1=\E[L,
        ind=^J,
        is1=\E[\041p,
-       is2=\E[r\E[m\E[2J\E[?7;25h\E[?1;3;4;5;6;7;9;66;1000;1001;1049l\E[4l,
+       is2=\E[r\E[m\E[2J\E[?7;25h\E[?1;3;4;5;6;9;66;1000;1001;1049l\E[4l,
        kDC=\E[3$,
        kIC=\E2$,
        kEND=\E[8$,
@@ -107,7 +107,7 @@ rxvt-unicode|rxvt-unicode terminal (X Window System),
        rmso=\E[27m,
        rmul=\E[24m,
        rs1=\Ec,
-       rs2=\E[r\E[m\E[?7;25h\E[?1;3;4;5;6;7;9;66;1000;1001;1049l\E[4l,
+       rs2=\E[r\E[m\E[?7;25h\E[?1;3;4;5;6;9;66;1000;1001;1049l\E[4l,
        sgr0=\E[m\017,
        enacs=,
        smacs=\E(0,
index cac40b3ccac80d7226989cc94b239cad6235d94b..0ddf12343052c5b825c9ae175c9c7ea7f05551a2 100644 (file)
@@ -2839,7 +2839,7 @@ rxvt_term::process_csi_seq ()
                 scr_soft_reset ();
 
                 static const int pm_h[] = { 7, 25 };
-                static const int pm_l[] = { 1, 3, 4, 5, 6, 7, 9, 66, 1000, 1001, 1049 };
+                static const int pm_l[] = { 1, 3, 4, 5, 6, 9, 66, 1000, 1001, 1049 };
 
                 process_terminal_mode ('h', 0, sizeof (pm_h) / sizeof (pm_h[0]), pm_h);
                 process_terminal_mode ('l', 0, sizeof (pm_l) / sizeof (pm_l[0]), pm_l);