Restore historical more(1) behavior (inhibit ti/te processing) which

accidently got broke during the last less(1) import.

Approved by:	re(hrs), delphij
This commit is contained in:
Daniel Eischen 2007-08-04 13:16:09 +00:00
parent 3a78f9658b
commit dc8abff4e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171716

View File

@ -165,7 +165,7 @@ main(argc, argv)
quit(QUIT_OK);
}
if (less_is_more && get_quit_at_eof())
if (less_is_more || get_quit_at_eof())
no_init = quit_if_one_screen = TRUE;
#if EDITOR