ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.C
(Generate patch)

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.36 by pcg, Sun Feb 1 01:34:41 2004 UTC vs.
Revision 1.37 by pcg, Sun Feb 1 20:12:53 2004 UTC

930 refreshnow = true; 930 refreshnow = true;
931 flag = false; 931 flag = false;
932 ch = NOCHAR; 932 ch = NOCHAR;
933 break; 933 break;
934 } 934 }
935
936 // scr_add_lines only works for nlines < TermWin.nrow - 1.
937 if (nlines >= TermWin.nrow - 1)
938 {
939 scr_add_lines (buf, nlines, str - buf);
940 nlines = 0;
941 str = buf;
942 }
935 } 943 }
936 944
937 if (str >= buf + BUFSIZ) 945 if (str >= buf + BUFSIZ)
938 { 946 {
939 ch = NOCHAR; 947 ch = NOCHAR;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines