--- rxvt-unicode/src/urxvt.pm 2006/07/03 19:10:09 1.140 +++ 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 @@ -266,7 +272,7 @@ =item block-graphics-to-ascii -A not very useful example of filtering all text output to the terminal, +A not very useful example of filtering all text output to the terminal by replacing all line-drawing characters (U+2500 .. U+259F) by a similar-looking ascii character.