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.330 by root, Tue Dec 29 04:18:10 2009 UTC vs.
Revision 1.332 by sf-exg, Mon Jan 18 10:05:55 2010 UTC

544 want_refresh = 1; 544 want_refresh = 1;
545 view_start = 0; 545 view_start = 0;
546 546
547 selection_check (2); /* check for boundary cross */ 547 selection_check (2); /* check for boundary cross */
548 548
549 int i = current_screen; current_screen = scrn; scrn = i; 549 current_screen = scrn;
550 550
551#if NSCREENS 551#if NSCREENS
552 if (option (Opt_secondaryScreen)) 552 if (option (Opt_secondaryScreen))
553 { 553 {
554 num_scr = 0; 554 num_scr = 0;
1933 1933
1934 bell_ev.start (VISUAL_BELL_DURATION); 1934 bell_ev.start (VISUAL_BELL_DURATION);
1935 } 1935 }
1936 else 1936 else
1937 XBell (dpy, 0); 1937 XBell (dpy, 0);
1938 HOOK_INVOKE ((this, HOOK_BELL, DT_END));
1938#endif 1939#endif
1939} 1940}
1940 1941
1941/* ------------------------------------------------------------------------- */ 1942/* ------------------------------------------------------------------------- */
1942/* ARGSUSED */ 1943/* ARGSUSED */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines