On 2007-09-04 13:54, Xin LI <[EMAIL PROTECTED]> wrote:
> delphij 2007-09-04 13:54:09 UTC
>
> FreeBSD src repository
>
> Modified files:
> contrib/less main.c
> Log:
> Restore historical behavior where more(1) does not check for dumb terminals.
>
> Reported by:rwatson o
delphij 2007-09-05 15:47:07 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
contrib/less main.c
Log:
MFC 1.9-1.12: restore various historical behaviors.
Revision ChangesPath
1.4.8.3 +4 -2 src/contrib/less/main.c
delphij 2007-09-04 13:54:09 UTC
FreeBSD src repository
Modified files:
contrib/less main.c
Log:
Restore historical behavior where more(1) does not check for dumb terminals.
Reported by:rwatson on -current
Tested by: keramida, rwatson
Approved by:re (
delphij 2007-08-13 16:15:26 UTC
FreeBSD src repository
Modified files:
contrib/less main.c
Log:
Be more careful handling no_init flag. It should be enforced
in *all* less_is_more cases, On the other hand, quit_if_one_screen
should apply iff less_is_more *and* -e.
deischen2007-08-04 13:16:09 UTC
FreeBSD src repository
Modified files:
contrib/less main.c
Log:
Restore historical more(1) behavior (inhibit ti/te processing) which
accidently got broke during the last less(1) import.
Approved by:re(hrs), delphij
Revision
Xin LI wrote:
delphij 2007-06-23 15:28:01 UTC
FreeBSD src repository
Modified files:
contrib/less main.c screen.c
Log:
In more(1) mode, restore the historical behavior where curses init
and deinit characters are not delivered.
Instead of hacking screen.c, we set
delphij 2007-06-23 15:28:01 UTC
FreeBSD src repository
Modified files:
contrib/less main.c screen.c
Log:
In more(1) mode, restore the historical behavior where curses init
and deinit characters are not delivered.
Instead of hacking screen.c, we set no_init to imple
delphij 2007-06-21 10:39:24 UTC
FreeBSD src repository
Modified files:
contrib/less main.c
Log:
Restore a historical behavior that +foo is considered as a
filename by more(1). The less(1) behavior is keep intact.
PR: bin/51488
Prodded by: demon
delphij 2007-06-16 02:43:44 UTC
FreeBSD src repository
Modified files:
contrib/less main.c
Log:
In previous releases of FreeBSD we have enforced -EfGm, and the
new less(1) version enforced only -Em. Restore old behavior in
respect with POLA.
Submitted by: ru (