Package: less / 590-2.1~deb12u2

Metadata

Package Version Patches format
less 590-2.1~deb12u2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
less is more 434417.patch | (download)

main.c | 2 1 + 1 - 0 !
opttbl.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---
02 655926 more_can_go_backwards.patch | (download)

less.nro | 6 2 + 4 - 0 !
1 file changed, 2 insertions(+), 4 deletions(-)

---
End OSC8 hyperlink on invalid embedded escape sequen.patch | (download)

line.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 end osc8 hyperlink on invalid embedded escape sequence.
Shell quote filenames when invoking LESSCLOSE.patch | (download)

filename.c | 10 8 + 2 - 0 !
1 file changed, 8 insertions(+), 2 deletions(-)

 shell-quote filenames when invoking lessclose.
Fix bug when viewing a file whose name contains a ne.patch | (download)

filename.c | 29 24 + 5 - 0 !
1 file changed, 24 insertions(+), 5 deletions(-)

 fix bug when viewing a file whose name contains a newline.
Fix incorrect display when filename contains control.patch | (download)

output.c | 12 10 + 2 - 0 !
prompt.c | 19 12 + 7 - 0 !
2 files changed, 22 insertions(+), 9 deletions(-)

 fix incorrect display when filename contains control chars. such
 chars should not be printed directly to the screen, but instead passed
 through prchar() or prutfchar().