Lennon Donaghy
|
a071dba1ef
|
Utilities: Add fix for 'less' not buffering the correct number of lines
'down_n()' now correctly buffers the needed number of lines, previously
there were issues with using it to scroll much more than the existing
buffer.
|
2021-07-29 01:23:07 +02:00 |
|
Lennon Donaghy
|
c4887882cc
|
Utilities: Allow 'less' to scroll to top/bottom using 'G' and 'g'
|
2021-07-27 13:08:43 +02:00 |
|
Brandon van Houten
|
19d34414bc
|
Utilities: Make less accept 'page up' and 'page down' keys
|
2021-07-12 16:10:01 +02:00 |
|
Ralf Donau
|
821b752993
|
Userland: Add fopen error handling to less
|
2021-07-10 10:32:01 +02:00 |
|
Ralf Donau
|
6386c2d880
|
Userland: Add pledge to less
|
2021-07-07 20:27:40 +02:00 |
|
Peter Elliott
|
a11658737a
|
Userland: Less: emulate cat when stdout is not a tty
This is the most logical behavior when less is used in a pipe.
|
2021-07-07 20:01:15 +04:30 |
|
Peter Elliott
|
1ec061d666
|
Userland: Add pager option to man and use less by default
|
2021-07-07 20:01:15 +04:30 |
|
Peter Elliott
|
c6fa2f196a
|
Userland: Add more(1) emulation to less(1)
This patch also removes the existing implementation of more, as it is
now redundant.
|
2021-07-07 20:01:15 +04:30 |
|
Peter Elliott
|
30aa9b837c
|
Userland: Add minimal prompt support to less
GNU less has a pretty cool prompt format language. This patch adds
support for the language and specifiers for filename, linenumber, and
ending.
|
2021-07-07 20:01:15 +04:30 |
|
Peter Elliott
|
7ee1983db6
|
Userland: Add less, a better terminal pager
less is a re-implementation of gnu less, a terminal pager with backwards
scrolling and alternate screen support.
|
2021-07-07 20:01:15 +04:30 |
|