--- rxvt-unicode/src/perl/matcher 2015/03/17 09:25:16 1.35 +++ rxvt-unicode/src/perl/matcher 2021/07/24 09:48:43 1.37 @@ -39,7 +39,7 @@ or copy them to the clipboard. While the mode is active, normal terminal input/output is suspended and the following bindings are recognized: -=over 4 +=over =item C @@ -425,7 +425,7 @@ $self->{matches} = \@matches; $self->{cur_row} = $row; $self->{id} = $dir < 0 ? @{ $self->{matches} } - 1 : 0; - $self->view_start (List::Util::min 0, $row - ($self->nrow >> 1)); + $self->view_start ($row - ($self->nrow >> 1)); $self->want_refresh; return 1; }