Dirk Mueller bda9ba0645 - update to 563:
* Update Unicode tables.
  * Treat Hangul Jamo medial vowels and final consonants as zero width.
  * Display error message immediately when -o is toggled and 
    input is not a pipe.
  * Fix regression: make screen repaint when "squished" and 
    a no-movement command is given.
  * Fix erroneous EOF calculation when F command is interrupted.
  * Make WIN32C version include this fix from 551:
    Don't count lines in initial screen if using -X with -F.
  * Fix display bug in WIN32C version.
  * Fix memory corruption when built with libtermcap.
  * Support libtinfow.

OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=75
2020-08-15 16:26:08 +00:00
2020-08-15 16:26:08 +00:00
2020-08-15 16:26:08 +00:00
2020-08-15 16:26:08 +00:00
2020-08-15 16:26:08 +00:00
.
2017-04-28 11:46:20 +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%