--- rxvt-unicode/src/urxvt.pm 2006/01/09 23:30:01 1.72 +++ rxvt-unicode/src/urxvt.pm 2006/01/10 04:26:54 1.74 @@ -68,13 +68,16 @@ Binds a popup menu to Ctrl-Button3 that lets you convert the selection text into various other formats/action. -=item searchable-scrollback (enabled by default) +=item searchable-scrollback (enabled by default) -Adds regex search functionality to the scrollback buffer, triggered by a -hotkey (default: C). When in search mode, terminal input/output is -suspended, C starts an incremental regex search, C searches further, -C

jumps to the previous match. C leaves search mode at the -current position and C returns to the original position. +Adds regex search functionality to the scrollback buffer, triggered +by a hotkey (default: C). When in search mode, normal terminal +input/output is suspended. + +C starts an incremental regex search, C searches further, C

or +C jump to the previous match, C jumps to the bottom and clears the +history, C leaves search mode at the current position and C +returns to the original position. =item digital-clock @@ -464,7 +467,11 @@ our @HOOKNAME; our %HOOKTYPE = map +($HOOKNAME[$_] => $_), 0..$#HOOKNAME; our %OPTION; + our $LIBDIR; +our $RESNAME; +our $RESCLASS; +our $RXVTNAME; BEGIN { urxvt->bootstrap;