From: root Date: Mon, 9 Jan 2006 18:51:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=7129281f834401b8c5f2166dab06631dbc2fa867;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/screen.C b/src/screen.C index aeaf02d9..9f1183ec 100644 --- a/src/screen.C +++ b/src/screen.C @@ -643,7 +643,16 @@ rxvt_term::scr_scroll_text (int row1, int row2, int count) } for (int i = count; i--; ) - scr_blank_screen_mem (ROW(row2 - i), rstyle); + { + // basically thi is a slightly optimized scr_blank_screen_mem + // it is worth the effort on slower machines + line_t &l = ROW(row2 - i); + + scr_blank_line (l, 0, l.l, rstyle); + + l.l = 0; + l.f = 0; + } if (OPTION (Opt_scrollWithBuffer) && view_start != 0