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

Comparing rxvt-unicode/src/screen.C (file contents):
Revision 1.318 by root, Tue Nov 4 22:44:09 2008 UTC vs.
Revision 1.319 by root, Tue Nov 4 23:08:44 2008 UTC

460 tabs = (char *)rxvt_malloc (ncol); 460 tabs = (char *)rxvt_malloc (ncol);
461 461
462 for (int col = ncol; --col; ) 462 for (int col = ncol; --col; )
463 tabs [col] = col % TABSIZE == 0; 463 tabs [col] = col % TABSIZE == 0;
464 464
465 if (current_screen != PRIMARY)
466 scr_swap_screen ();
467
468 scr_scroll_region (0, MAX_ROWS - 1); 465 scr_scroll_region (0, MAX_ROWS - 1);
469 scr_rendition (0, ~RS_None); 466 scr_rendition (0, ~RS_None);
470 scr_insert_mode (0); 467 scr_insert_mode (0);
471} 468}
472 469

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines