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

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.191 by root, Fri Jan 20 10:27:08 2006 UTC vs.
Revision 1.192 by root, Fri Jan 20 12:16:28 2006 UTC

464 464
465#ifdef KEYSYM_RESOURCE 465#ifdef KEYSYM_RESOURCE
466 keyboard->register_done (); 466 keyboard->register_done ();
467#endif 467#endif
468 468
469#if ENABLE_PERL
470 if (!rs[Rs_perl_ext_1])
471 rs[Rs_perl_ext_1] = "default";
472
473 if ((rs[Rs_perl_ext_1] && *rs[Rs_perl_ext_1])
474 || (rs[Rs_perl_ext_2] && *rs[Rs_perl_ext_2])
475 || (rs[Rs_perl_eval] && *rs[Rs_perl_eval]))
476 {
477 rxvt_perl.init (this);
478 HOOK_INVOKE ((this, HOOK_INIT, DT_END));
479 }
480#endif
481
482#ifdef HAVE_SCROLLBARS 469#ifdef HAVE_SCROLLBARS
483 if (OPTION (Opt_scrollBar)) 470 if (OPTION (Opt_scrollBar))
484 scrollBar.setIdle (); /* set existence for size calculations */ 471 scrollBar.setIdle (); /* set existence for size calculations */
485#endif 472#endif
486 473

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines