--- rxvt-unicode/src/urxvt.pm 2006/01/12 05:22:47 1.86 +++ rxvt-unicode/src/urxvt.pm 2006/01/12 05:37:34 1.87 @@ -42,9 +42,13 @@ =item selection (enabled by default) (More) intelligent selection. This extension tries to be more intelligent -when the user extends selections (double-click). Right now, it tries to -select urls and complete shell-quoted arguments, which is very convenient, -too, if your F supports C<--quoting-style=shell>. +when the user extends selections (double-click and further clicks). Right +now, it tries to select words, urls and complete shell-quoted +arguments, which is very convenient, too, if your F supports +C<--quoting-style=shell>. + +A double-click usually selects the word under the cursor, further clicks +will enlarge the selection. It also offers the following bindable keyboard command: @@ -72,13 +76,17 @@ =item searchable-scrollback (enabled by default) 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. +by a hotkey (default: C). While in search mode, normal terminal +input/output is suspended and a regex is displayed at the bottom of the +screen. + +Inputting characters appends them to the regex and continues incremental +search. C removes a character from the regex, C and C +search upwards/downwards in the scrollback buffer, C jumps to the +bottom. C leaves search mode and returns to the point where search +was started, while C or C stay at the current position and +additionally stores the first match in the current line into the primary +selection. =item digital-clock @@ -88,7 +96,8 @@ Uses per-line display filtering (C) to underline urls and make them clickable. When middle-clicked, the program specified in the -resource C (default C) will be started. +resource C (default C) will be started with +the URL as first argument. =item block-graphics-to-ascii