--- rxvt-unicode/src/screen.C 2007/12/14 06:30:50 1.291 +++ rxvt-unicode/src/screen.C 2008/01/09 01:05:24 1.296 @@ -1013,8 +1013,6 @@ void rxvt_term::scr_backspace () NOTHROW { - want_refresh = 1; - if (screen.cur.col == 0) { if (screen.cur.row > 0) @@ -1022,14 +1020,12 @@ #ifdef TERMCAP_HAS_BW screen.cur.col = ncol - 1; screen.cur.row--; - return; + want_refresh = 1; #endif } } - else if (!(screen.flags & Screen_WrapNext)) + else scr_gotorc (0, -1, RELATIVE); - - screen.flags &= ~Screen_WrapNext; } /* ------------------------------------------------------------------------- */