--- rxvt-unicode/src/init.C 2006/01/06 05:37:59 1.134 +++ rxvt-unicode/src/init.C 2006/01/08 01:02:15 1.136 @@ -393,7 +393,7 @@ /* no point having a scrollbar without having any scrollback! */ if (!saveLines) - CLR_OPTION (Opt_scrollBar); + set_option (Opt_scrollBar, 0); #ifdef PRINTPIPE if (!rs[Rs_print_pipe]) @@ -1093,7 +1093,7 @@ if (OPTION (Opt_pointerBlank) #ifdef ENABLE_PERL - || self + || perl.self #endif ) vt_emask |= PointerMotionMask;