diff options
| -rw-r--r-- | more.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -584,7 +584,7 @@ static int more(struct more_file *mf) } /* FALLTHRU */ case 'g': - more_scroll(mf, count - mf->topline, 1); + more_scroll(mf, (count - 1) - mf->topline, 1); break; case 'R': |
