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:
parent
3a78f9658b
commit
dc8abff4e0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user