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.187 by root, Wed Dec 21 23:57:12 2005 UTC vs.
Revision 1.188 by root, Thu Dec 22 00:07:47 2005 UTC

487#if NSCREENS 487#if NSCREENS
488 if (options & Opt_secondaryScreen) 488 if (options & Opt_secondaryScreen)
489 { 489 {
490 num_scr = 0; 490 num_scr = 0;
491 491
492 for (int i = nrow; i--; ) 492 for (int i = prev_nrow; i--; )
493 ::swap (ROW(i), swap_buf [i]); 493 ::swap (ROW(i), swap_buf [i]);
494 494
495 ::swap (screen.charset, swap.charset); 495 ::swap (screen.charset, swap.charset);
496 ::swap (screen.flags, swap.flags); 496 ::swap (screen.flags, swap.flags);
497 screen.flags |= Screen_VisibleCursor; 497 screen.flags |= Screen_VisibleCursor;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines