mirror of
https://github.com/opnsense/src.git
synced 2026-04-01 15:35:10 -04:00
Restore historical behavior where more(1) does not check for dumb terminals.
Reported by: rwatson on -current Tested by: keramida, rwatson Approved by: re (rwatson)
This commit is contained in:
parent
3ec35e52b8
commit
aaa7bc6cf4
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ main(argc, argv)
|
|||
quit(QUIT_OK);
|
||||
}
|
||||
|
||||
if (missing_cap && !know_dumb)
|
||||
if (missing_cap && !know_dumb && !less_is_more)
|
||||
error("WARNING: terminal is not fully functional", NULL_PARG);
|
||||
init_mark();
|
||||
open_getchr();
|
||||
|
|
|
|||
Loading…
Reference in a new issue