| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
(very sloppy specification) leaves an undefined value in *ret, so it is
wrong to inspect it, the error condition is enough.
discussed a little with nicm, and then much more with millert until we
were exasperated
|
|
|
|
|
|
| |
As guenther@ said "STOP SPLITTING ANYTHING BUT $LESS ON '$' !".
anton@ came up with the same diff. ok nicm@
|
| |
|
|
|
|
|
| |
more(1) options, so it is possible to change them using MORE. From Ross
L Richardson. ok deraadt millert
|
|
|
|
| |
ok nicm@
|
|
|
|
| |
ok nicm@
|
| |
|
|
|
|
|
|
| |
Eliminate unnecessary isupper() tests before tolower() use
ok millert@
|
|
|
|
|
|
| |
use this from quit() to stop less blowing up the stack looping through
quit()/flush() if stderr is closed (for example "less /missing
2</dev/null"). ok millert
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
to be special. Simply use NULL.
|
|
|
|
|
| |
code really meets the promise of "no writes".
Some hints from nicm and semarie.
|
| |
|
| |
|
|
|
|
|
| |
ecalloc, etc. functions do.
ok mmcc nicm
|
|
|
|
|
| |
terms with the existing copyright, so it is clear it applies the same
terms.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
D'Amore at https://github.com/gdamore/less-fork. This has significantly
less portability goop, has a tidied up code style, uses terminfo instead
of termcap, and is has stricter POSIX compliance.
Many of our local changes have been accepted upstream: substantial
remaining local changes are code to read help files from /usr/share
rather than compiling them in, man page and help improvements, and some
tweaks to the default options.
Review and testing by millert, ok deraadt
|
|
|
|
| |
function when SMALL is not defined. OK guenther@
|
|
|
|
|
| |
The helpfile itself was prepared by jmc@, the glue by me.
OK millert@ jmc@
|
|
|
|
|
|
|
|
|
|
|
|
| |
By default, "more" now works like "less -e", and "more -e" now
works like "less -E", and more never exits just because the file
fits on the first screen, like "less -F" would.
While documenting this, add some text to the DESCRIPTION explaining
how paging works. That allows a very concise description of -e.
code change ok millert@
manual page joint work with and ok jmc@
|
|
|
|
| |
ok guenther@, ok jmc@ for man bits
|
|
|
|
|
|
|
| |
being displayed in the wrong place initially and then jumping when first
redrawn (such as when searching).
ok deraadt sthen
|
|
|
|
| |
ok nicm@
|
| |
|
|
|
|
|
| |
not --More-- like the old UCB more did. Back out a hack I did to
make the prompt look like the old UCB more.
|
|
|
|
|
|
| |
o deal with HELPFILE not being defined
o add a SMALL definition to make a smaller less for the boot floppies
This still needs to be pared down a bit for the SMALL case
|
| |
|
| |
|
|
|
|
| |
millert@ ok
|
| |
|
| |
|
|
|
|
| |
version.
|
|
|