--- rxvt-unicode/src/command.C 2005/07/13 02:47:02 1.204 +++ rxvt-unicode/src/command.C 2005/07/13 03:11:51 1.205 @@ -2659,7 +2659,9 @@ if (ch == C0_LF || str >= eol) { - nlines++; + if (ch == C0_LF) + nlines++; + refresh_count++; if (!(options & Opt_jumpScroll)