* Add ESC-F command to keep reading data until a pattern is * found. * Use exit code of LESSOPEN script if LESSOPEN starts with * "||". * When up/down arrow is used on the command line immediately * after typing text, the next command starting with that text is found. * Add support for GNU regex. * Add configure option --with-regex=none and fix compile * errors when compiling with no regex library. * Fix possible crashes caused by malformed LESSOPEN or LESSCLOSE variables. * Fix bug highlighting text which is discontiguous in the * file due to backspace processing. * Fix bug in displaying status column when scrolling * backwards with -J and -S in effect. - Comment out speed patch. OBS-URL: https://build.opensuse.org/package/show/Base:System/less?expand=0&rev=26
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
Languages
Shell
98.5%
Standard ML
1.5%