change page handling a bit in console.pl
+17Aug04=======================================================================
+1. change 'fo' alias in Aliases
31Jul04=======================================================================
1. add a load of .cvsignore lines to reduce the updating noise
30Jul04=======================================================================
'^expun?g?e?$', 'kill expunge', 'kill expunge',
],
'f' => [
- '^fo\w*$', 'apropos forward', 'apropos',
+ '^for?w?a?r?d?$', 'apropos forward', 'apropos',
],
'g' => [
],
} elsif ($r eq KEY_PPAGE || $r eq "\032") {
if ($spos > 0) {
my ($i, $l);
- for ($i = 0; $i <= $pagel && $spos >= 0; ) {
+ for ($i = 0; $i <= $pagel-1 && $spos >= 0; ) {
$l = measure($shistory[$spos]);
$i += $l;
$spos-- if $i <= $pagel;