Forgot one small more(1) compat patch.

Obtained from:	NetBSD
This commit is contained in:
Paul Saab 2000-05-23 08:18:52 +00:00
parent c586c5db07
commit ea1e4cec25
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60816

View File

@ -233,7 +233,8 @@ forw(n, pos, force, only_last, nblank)
* start the display after the beginning of the file,
* and it is not appropriate to squish in that case.
*/
if (first_time && pos == NULL_POSITION && !top_scroll &&
if ((first_time || more_mode) &&
pos == NULL_POSITION && !top_scroll &&
#if TAGS
tagoption == NULL &&
#endif