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

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.134 by root, Fri Jan 6 05:37:59 2006 UTC vs.
Revision 1.136 by root, Sun Jan 8 01:02:15 2006 UTC

391 pointerBlankDelay = 2; 391 pointerBlankDelay = 2;
392#endif 392#endif
393 393
394 /* no point having a scrollbar without having any scrollback! */ 394 /* no point having a scrollbar without having any scrollback! */
395 if (!saveLines) 395 if (!saveLines)
396 CLR_OPTION (Opt_scrollBar); 396 set_option (Opt_scrollBar, 0);
397 397
398#ifdef PRINTPIPE 398#ifdef PRINTPIPE
399 if (!rs[Rs_print_pipe]) 399 if (!rs[Rs_print_pipe])
400 rs[Rs_print_pipe] = PRINTPIPE; 400 rs[Rs_print_pipe] = PRINTPIPE;
401#endif 401#endif
1091 1091
1092 vt_emask = ExposureMask | ButtonPressMask | ButtonReleaseMask | PropertyChangeMask; 1092 vt_emask = ExposureMask | ButtonPressMask | ButtonReleaseMask | PropertyChangeMask;
1093 1093
1094 if (OPTION (Opt_pointerBlank) 1094 if (OPTION (Opt_pointerBlank)
1095#ifdef ENABLE_PERL 1095#ifdef ENABLE_PERL
1096 || self 1096 || perl.self
1097#endif 1097#endif
1098 ) 1098 )
1099 vt_emask |= PointerMotionMask; 1099 vt_emask |= PointerMotionMask;
1100 else 1100 else
1101 vt_emask |= Button1MotionMask | Button3MotionMask; 1101 vt_emask |= Button1MotionMask | Button3MotionMask;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines