Forgot one small more(1) compat patch.
Obtained from: NetBSD
This commit is contained in:
parent
c586c5db07
commit
ea1e4cec25
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user