WISH: kick out xpm.C, replace by pixbuf
DUMB: support tex fonts
-TODO: incremental reggex search should not nuke the selection, its evilish
8.
- new option: skipScroll/-ss, enabled by default.
- go with the times and expect x11 library files in /usr/lib, not
delete $self->{manpage_overlay};
if ($keysym == 0xff0d || $keysym == 0xff8d) { # enter
- if ($self->{found}) {
+ if ($self->{found} && $event->{state} & urxvt::ShiftMask) {
my ($br, $bc, $er, $ec) = @{ $self->{found}[0] };
$self->selection_beg ($br, $bc);
$self->selection_end ($er, $ec);
bottom. C<Escape> leaves search mode and returns to the point where search
was started, while C<Enter> or C<Return> stay at the current position and
additionally stores the first match in the current line into the primary
-selection.
+selection if the C<Shift> 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<BackSpace>