mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue