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.73 by root, Tue Jan 10 04:23:39 2006 UTC vs.
Revision 1.74 by root, Tue Jan 10 04:26:54 2006 UTC

66=item selection-popup (enabled by default) 66=item selection-popup (enabled by default)
67 67
68Binds a popup menu to Ctrl-Button3 that lets you convert the selection 68Binds a popup menu to Ctrl-Button3 that lets you convert the selection
69text into various other formats/action. 69text into various other formats/action.
70 70
71=item searchable-scrollback (enabled by default) 71=item searchable-scrollback<hotkey> (enabled by default)
72 72
73Adds regex search functionality to the scrollback buffer, triggered by a 73Adds regex search functionality to the scrollback buffer, triggered
74hotkey (default: C<M-s>). When in search mode, terminal input/output is 74by a hotkey (default: C<M-s>). When in search mode, normal terminal
75input/output is suspended.
76
75suspended, C</> starts an incremental regex search, C<n> searches further, 77C</> starts an incremental regex search, C<n> searches further, C<p> or
76C<p> jumps to the previous match. C<enter> leaves search mode at the 78C<N> jump to the previous match, C<G> jumps to the bottom and clears the
77current position and C<escape> returns to the original position. 79history, C<enter> leaves search mode at the current position and C<escape>
80returns to the original position.
78 81
79=item digital-clock 82=item digital-clock
80 83
81Displays a digital clock using the built-in overlay. 84Displays a digital clock using the built-in overlay.
82 85

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines