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.234 by root, Wed Jan 4 04:42:45 2006 UTC vs.
Revision 1.236 by root, Thu Jan 5 01:04:10 2006 UTC

2733 } 2733 }
2734 2734
2735 // scr_add_lines only works for nlines <= nrow - 1. 2735 // scr_add_lines only works for nlines <= nrow - 1.
2736 if (nlines >= nrow - 1) 2736 if (nlines >= nrow - 1)
2737 { 2737 {
2738 if (!PERL_INVOKE ((this, HOOK_ADD_LINES, DT_USTRING_LEN, buf, str - buf, DT_END)))
2738 scr_add_lines (buf, nlines, str - buf); 2739 scr_add_lines (buf, nlines, str - buf);
2740
2739 nlines = 0; 2741 nlines = 0;
2740 str = buf; 2742 str = buf;
2741 eol = str + min (ncol, UBUFSIZ); 2743 eol = str + min (ncol, UBUFSIZ);
2742 } 2744 }
2743 2745
2756 2758
2757 seq_begin = cmdbuf_ptr; 2759 seq_begin = cmdbuf_ptr;
2758 ch = next_char (); 2760 ch = next_char ();
2759 } 2761 }
2760 2762
2763 if (!PERL_INVOKE ((this, HOOK_ADD_LINES, DT_USTRING_LEN, buf, str - buf, DT_END)))
2761 scr_add_lines (buf, nlines, str - buf); 2764 scr_add_lines (buf, nlines, str - buf);
2762 2765
2763 /* 2766 /*
2764 * If there have been a lot of new lines, then update the screen 2767 * If there have been a lot of new lines, then update the screen
2765 * What the heck I'll cheat and only refresh less than every page-full. 2768 * What the heck I'll cheat and only refresh less than every page-full.
2766 * the number of pages between refreshes is refresh_limit, which 2769 * the number of pages between refreshes is refresh_limit, which
4340 scr_color (Color_bg, Color_bg); 4343 scr_color (Color_bg, Color_bg);
4341 break; 4344 break;
4342 4345
4343 //case 50: // not variable spacing 4346 //case 50: // not variable spacing
4344 4347
4345#ifndef NO_BRIGHTCOLOR 4348#if ENABLE_FRILLS
4346 case 90: 4349 case 90:
4347 case 91: /* set bright fg color */ 4350 case 91: /* set bright fg color */
4348 case 92: 4351 case 92:
4349 case 93: 4352 case 93:
4350 case 94: 4353 case 94:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines