Opened 3 months ago

Closed 2 months ago

#5747 closed enhancement (fixed)

less-679

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 12.4
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

New version.

Change History (2)

comment:1 by Bruce Dubbs, 2 months ago

Major changes between "less" versions 668 and 678

  • Treat -r in LESS environment variable as -R.
  • Add ESC-j and ESC-k commands.
  • Add --no-paste option.
  • Add --no-edit-warn option.
  • Add --form-feed option.
  • Add ESC-b command.
  • Make TAB complete option name in -- command.
  • Update the file size on an attempt to go past end of file.
  • Make -R able to pass through any OSC escape sequences, not just OSC 8.
  • Setting LESS_IS_MORE=0 now disables "more" compatibility even if invoked via a file link named "more".
  • Pass through escape sequences in prompts even if -R is not set.
  • Add LESS_SHELL_LINES to support shell prompts which use more than one line.
  • Add LESSANSIOSCALLOW to define OSC types which may be passed through.
  • Add LESSANSIOSCCHARS to define non-standard OSC intro chars.
  • Add LESS_SIGUSR1 to define user signal handler.
  • Add mouse and mouse6 commands to lesskey.
  • Improve behavior of ^O^N and ^O^P commands.
  • Leave stty tabs setting unchanged.
  • Fix unexpected behavior when entering a partial command followed by a valid command.
  • Fix bug when coloring prompt string with SGR sequences.
  • Fix bug when searching for text near an invalid UTF-8 sequence.
  • Fix display bug when file contains ESC followed by NUL.
  • Fix bug when using +:n +:p +:x or +:d on the command line.
  • Fix bug with --no-number-headers when header is not at start of file.
  • Fix bug where lesstest fails if window is resized.
  • Fix bug using "configure --with-secure=no".
  • Fix bug using multibyte command chars.
  • Fix auto_wrap setting on Windows.
  • Fix two bugs using ^S search modifier.
  • Fix bug searching for UTF-8 strings with the PCRE2 library.
  • Fix bug highlighting OSC 8 links when opening a new file.
  • Fix bug when & filtering is active.

comment:2 by Bruce Dubbs, 2 months ago

Resolution: fixed
Status: newclosed

Fixed at commit d4171ab2ff.

Note: See TracTickets for help on using tickets.