repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 82c2c7fd3b0c642163f6b264a4b5242b5a2326a6: path_to: revision_to:
commit 82c2c7fd3b0c642163f6b264a4b5242b5a2326a6 Author: Marc LehmannDate: Sun Jul 10 00:39:53 2011 +0000 ugh diff --git a/src/screen.C b/src/screen.C
--- a/src/screen.C
+++ b/src/screen.C
@@ -646,7 +646,7 @@ rxvt_term::scr_scroll_text (int row1, int row2, int count) NOTHROW
// sever bottommost line
{
- line_t &l = ROW(row2 - 1);
+ line_t &l = ROW(row2);
l.is_longer (0);
l.touch ();
}
-----END OF PAGE-----