Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
gwsw committed Nov 24, 2020
1 parent 4c1b4f5 commit 9529246
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 10 deletions.
28 changes: 20 additions & 8 deletions NEWS.VER
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,26 @@

======================================================================

Major changes between "less" versions 551 and @@VERSION@@
Major changes between "less" versions 563 and @@VERSION@@

* Change ESC-u command to toggle, not disable, highlighting per man page.

* Add ESC-U command.

* Add ctrl-W search modifier for wrapping search.

* g command with no number will ignore -j and put first line at top of screen.

* Editing the same file under different names now creates only
one entry in the file list.

* Fix crash in the 's' command due to duplicate free.

* Fix realpath crash on Darwin.

======================================================================

Major changes between "less" versions 551 and 563

* Update Unicode tables.

Expand All @@ -24,22 +43,15 @@
* Fix regression: make screen repaint when "squished" and
a no-movement command is given.

* Editing the same file under different names now creates only
one entry in the file list.

* 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 crash in the 's' command due to duplicate free.

* Fix display bug in WIN32C version.

* Fix memory corruption when built with libtermcap.

* Fix realpath crash on Darwin.

* Support libtinfow.

======================================================================
Expand Down
6 changes: 4 additions & 2 deletions less.nro.VER
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,10 @@ Thus, various display problems may result,
such as long lines being split in the wrong place.
.IP "\-R or \-\-RAW-CONTROL-CHARS"
Like \-r, but only ANSI "color" escape sequences are output in "raw" form.
Unlike \-r, the screen appearance is maintained correctly in most cases.
ANSI "color" escape sequences are sequences of the form:
Unlike \-r, the screen appearance is maintained correctly,
provided that there are no escape sequences in the file
other than ANSI color escape sequences.
ANSI color escape sequences are sequences of the form:
.sp
ESC [ \&...\& m
.sp
Expand Down

0 comments on commit 9529246

Please sign in to comment.