--- rxvt-unicode/src/urxvt.pm 2007/06/10 23:42:36 1.155 +++ rxvt-unicode/src/urxvt.pm 2007/10/31 09:55:24 1.157 @@ -154,7 +154,7 @@ 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. +selection if the C modifier is active. The regex defaults to "(?i)", resulting in a case-insensitive search. To get a case-sensitive search you can delete this prefix using C @@ -930,7 +930,7 @@ if ($htype == 0) { # INIT my @dirs = ((split /:/, $TERM->resource ("perl_lib")), "$LIBDIR/perl"); - + my %ext_arg; { @@ -2004,7 +2004,7 @@ ->cb (sub { $term->{overlay}->set (0, 0, sprintf "%2d:%02d:%02d", (localtime urxvt::NOW)[2,1,0]); - }); + }); =over 4 @@ -2137,7 +2137,7 @@ ->cb (sub { my ($pw, $exit_status) = @_; ... - }); + }); =over 4