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

index a82441b..caea7cf 100644 (file)
@@ -106,7 +106,7 @@ rxvt-unicode|rxvt-unicode terminal (X Window System),
        ri=\EM,
        rmso=\E[27m,
        rmul=\E[24m,
-       rs1=\E[c,
+       rs1=\Ec,
        rs2=\E[r\E[m\E[?7;25h\E[?1;3;4;5;6;7;9;66;1000;1001;1049l\E[4l,
        sgr0=\E[m\017,
        enacs=,
index f45eaaa..9ac6a0c 100644 (file)
@@ -462,9 +462,6 @@ rxvt_term::scr_soft_reset ()
   for (int col = ncol; --col; )
     tabs [col] = col % TABSIZE == 0;
 
-  if (current_screen != PRIMARY)
-    scr_swap_screen ();
-
   scr_scroll_region (0, MAX_ROWS - 1);
   scr_rendition (0, ~RS_None);
   scr_insert_mode (0);