Dirk Mueller e752705f41 - add zstd support to lessopen
* Fix buffer overflow when invoking lessecho with more than 63 -m/-n
  * Fix termlib detection when compiler doesn't accept
  * Fix bug using multibyte UTF-8 char in search string
  * If XDG_CONFIG_HOME is set, find lesskey source file
  * If XDG_DATA_HOME is set, find and store history file
  * If XDG_CONFIG_HOME is set, find lesskey source file
  * If XDG_DATA_HOME is set, find and store history file
  * Fix bug which could leave terminal in mouse-reporting mode
    mouse-reporting mode after exiting less.
  * Display error message immediately when -o is toggled and
  * Fix regression: make screen repaint when "squished" and
  * Display error message immediately when -o is toggled and
- Extend lesskey with mappings for 8-bit controls key escape sequences
  * Update Unicode database to 9.0.0.
  * Automate construction of Unicode tables from Unicode database.
  * added less-fix_crash_in_hilite_line.patch
  * Fix display bug when using up/down arrow on the command line.
- Update to version 456
- Update to version 455
    * Fix possible crashes caused by malformed LESSOPEN or
  * Fix bug in unget handling that can cause strange effects
- fix build
- updated to version 418
  * Update GPL to version 3.
- add head of changelog to rpm listing
- make expand_linebuf() faster [#39724]
    * system-wide lesskey file now defaults to sysless in etc directory
- improved detection for input conding from keyboard, proper input
- error messages in lessopen.sh must be redirected to the standard

OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=103
2023-11-09 13:44:23 +00:00
2023-11-09 13:44:23 +00:00
.
2017-04-28 11:46:20 +00:00
2023-11-09 13:44:23 +00:00

Dear user,

the 'less' application, thanks to its preprocessor, is able to show even binary
formats using calls to external commands. Since not every user finds this
feature plausible, you have the opportunity to customize behavior of 'less'
using the environment variable LESS_ADVANCED_PREPROCESSOR. By default, it's set
to "no" in /etc/profile -- thus if you require less to handle binary formats,
set this in your startup scripts:

export LESS_ADVANCED_PREPROCESSOR="yes"

Remark for experienced users:
If you had already set this switch and want to temporarily override it, you can
force 'less' to read a file from its standard input instead, e.g.:

less < dumb.ps

will show the source PostScript, and not the "rendered" result.
Description
No description provided
Readme 383 KiB
Languages
Shell 98.5%
Standard ML 1.5%