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.108 by root, Thu Jan 19 09:47:15 2006 UTC vs.
Revision 1.109 by root, Thu Jan 19 16:07:09 2006 UTC

106 106
107 push urxvt::ext::selection_popup::hook, sub { 107 push urxvt::ext::selection_popup::hook, sub {
108 /a/ ? ("a to be" => sub { s/a/b/g } 108 /a/ ? ("a to be" => sub { s/a/b/g }
109 : () 109 : ()
110 }; 110 };
111
112Don't run it in a hook, otherwise the menu will grow and grow. Instead put
113it at the toplevel of your extension.
111 114
112=item searchable-scrollback<hotkey> (enabled by default) 115=item searchable-scrollback<hotkey> (enabled by default)
113 116
114Adds regex search functionality to the scrollback buffer, triggered 117Adds regex search functionality to the scrollback buffer, triggered
115by a hotkey (default: C<M-s>). While in search mode, normal terminal 118by a hotkey (default: C<M-s>). While in search mode, normal terminal

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines