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

Comparing rxvt-unicode/src/urxvt.pm (file contents):
Revision 1.72 by root, Mon Jan 9 23:30:01 2006 UTC vs.
Revision 1.73 by root, Tue Jan 10 04:23:39 2006 UTC

462our $VERSION = 1; 462our $VERSION = 1;
463our $TERM; 463our $TERM;
464our @HOOKNAME; 464our @HOOKNAME;
465our %HOOKTYPE = map +($HOOKNAME[$_] => $_), 0..$#HOOKNAME; 465our %HOOKTYPE = map +($HOOKNAME[$_] => $_), 0..$#HOOKNAME;
466our %OPTION; 466our %OPTION;
467
467our $LIBDIR; 468our $LIBDIR;
469our $RESNAME;
470our $RESCLASS;
471our $RXVTNAME;
468 472
469BEGIN { 473BEGIN {
470 urxvt->bootstrap; 474 urxvt->bootstrap;
471 475
472 # overwrite perl's warn 476 # overwrite perl's warn

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines