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.271 by sasha, Fri Aug 3 22:40:10 2007 UTC vs.
Revision 1.272 by root, Fri Aug 10 23:52:12 2007 UTC

161{ 161{
162#if ENABLE_OVERLAY 162#if ENABLE_OVERLAY
163 scr_overlay_off (); 163 scr_overlay_off ();
164#endif 164#endif
165 165
166 rvideo_mode = false;
166 view_start = 0; 167 view_start = 0;
167 num_scr = 0; 168 num_scr = 0;
168 169
169 if (ncol == 0) 170 if (ncol == 0)
170 ncol = 80; 171 ncol = 80;
237 selection.text = NULL; 238 selection.text = NULL;
238 selection.len = 0; 239 selection.len = 0;
239 selection.op = SELECTION_CLEAR; 240 selection.op = SELECTION_CLEAR;
240 selection.screen = PRIMARY; 241 selection.screen = PRIMARY;
241 selection.clicks = 0; 242 selection.clicks = 0;
242 rvideo_state = rvideo_mode = false;
243 } 243 }
244 else 244 else
245 { 245 {
246 /* 246 /*
247 * add or delete rows as appropriate 247 * add or delete rows as appropriate
1914 1914
1915 bell_ev.start (NOW + VISUAL_BELL_DURATION); 1915 bell_ev.start (NOW + VISUAL_BELL_DURATION);
1916 } 1916 }
1917 else 1917 else
1918 XBell (dpy, 0); 1918 XBell (dpy, 0);
1919
1920#endif 1919#endif
1921} 1920}
1922 1921
1923/* ------------------------------------------------------------------------- */ 1922/* ------------------------------------------------------------------------- */
1924/* ARGSUSED */ 1923/* ARGSUSED */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines