summaryrefslogtreecommitdiffstats
path: root/usr.bin/less/lesskey (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove redundant variable declarations in Makefiles, since those areespie2017-07-091-2/+1
| | | | | | the default. okay millert@
* Just use the default CDIAGFLAGS rather than defining our own.nicm2015-11-231-3/+1
|
* Replace less with the cleaned-up fork of less 458 maintained by Garrettnicm2015-11-051-3/+8
| | | | | | | | | | | | | 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
* Merge in less 444 plus local changesshadchin2011-09-161-0/+10
ok nicm@