From b9fce7cd1ded3772aaf89f0b4b484a7889889a04 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 4 Nov 2008 23:46:22 +0000 Subject: [PATCH] *** empty log message *** --- doc/etc/rxvt-unicode.terminfo | 4 ++-- src/command.C | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/etc/rxvt-unicode.terminfo b/doc/etc/rxvt-unicode.terminfo index caea7cfb..b3f0a095 100644 --- a/doc/etc/rxvt-unicode.terminfo +++ b/doc/etc/rxvt-unicode.terminfo @@ -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, diff --git a/src/command.C b/src/command.C index cac40b3c..0ddf1234 100644 --- a/src/command.C +++ b/src/command.C @@ -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); -- 2.34.1