*** empty log message ***
authorroot <root>
Wed, 9 Jan 2008 01:05:24 +0000 (01:05 +0000)
committerroot <root>
Wed, 9 Jan 2008 01:05:24 +0000 (01:05 +0000)
src/screen.C

index 710961831f97516e05c014d450eb3e6d2ce9525d..0a2800e7eee193d0c2e95603fb5941484967d4bd 100644 (file)
@@ -1013,18 +1013,14 @@ rxvt_term::scr_add_lines (const wchar_t *str, int len, int minlines) NOTHROW
 void
 rxvt_term::scr_backspace () NOTHROW
 {
-  want_refresh = 1;
-
   if (screen.cur.col == 0)
     {
-      screen.flags &= ~Screen_WrapNext;
-
       if (screen.cur.row > 0)
         {
 #ifdef TERMCAP_HAS_BW
           screen.cur.col = ncol - 1;
           screen.cur.row--;
-          return;
+          want_refresh = 1;
 #endif
         }
     }