| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Relnotes: yes
|
| |
|
| |
|
|
|
|
| |
MFC after: 1 month
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Major changes from v429:
* Don't pass "-" to non-pipe LESSOPEN unless it starts with "-".
* Allow a fraction as the argument to the -# (--shift) option.
* Fix highlight bug when underlined/overstruck text matches at end of line.
* Fix non-regex searches with ctrl-R.
Approved by: re (kensmith, kib)
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
Reported by: rwatson on -current
Tested by: keramida, rwatson
Approved by: re (rwatson)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
in *all* less_is_more cases, On the other hand, quit_if_one_screen
should apply iff less_is_more *and* -e.
This change revises the previous change further, which tried
to make less(1) not to send @ti:@te before and after view of
one file in more(1) mode, but affected less -e behavior by
accident.
This is essentially the same patch desichen@ has posted on
-current@. I have adjusted it a bit in order to minimize
difference between our version and the vendor branch.
Approved by: re (bmah, earlier logically equivalent version)
|
| |
| |
| |
| |
| |
| | |
accidently got broke during the last less(1) import.
Approved by: re(hrs), delphij
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
and deinit characters are not delivered.
Instead of hacking screen.c, we set no_init to implement the behavior.
Reported by: mnag
Approved by: re (hrs)
|
| |
| |
| |
| |
| |
| |
| |
| | |
filename by more(1). The less(1) behavior is keep intact.
PR: bin/51488
Prodded by: demon
Approved by: re (hrs)
|
| |
| |
| |
| |
| |
| |
| | |
new less(1) version enforced only -Em. Restore old behavior in
respect with POLA.
Submitted by: ru (on -current@)
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
Obtained from: NetBSD
|
|
distributed under your choice of the GPL or a BSD style license.
Reviewed by: peter
Obtained from: http://home.flash.net/~marknu/less/
|