--- rxvt-unicode/src/urxvt.pm 2006/07/03 19:11:41 1.141 +++ rxvt-unicode/src/urxvt.pm 2006/07/06 18:56:10 1.142 @@ -153,6 +153,12 @@ additionally stores the first match in the current line into the primary selection. +The regex defaults to "(?i)", resulting in a case-insensitive search. To +get a case-sensitive search you can delete this prefix using C +or simply use an uppercase character which removes the "(?i)" prefix. + +See L for more info about perl regular expression syntax. + =item readline (enabled by default) A support package that tries to make editing with readline easier. At