Bugs in less-337

This is a list of the known bugs in less-337. Bugs marked with a * are fixed in less-340.

#101
Using the -s flag can put "~" lines before the beginning of the file.
#104
Using the -s flag on a file with trailing blank lines, type the "G" command. The prompt may say "99%" instead of "100%".
#130
Command "F" doesn't work if the file shrinks in size.
#138
On Solaris, searching for "a[1,2]" matches "a4".
#152
On a Solaris cmdtool, slow pipes get stalled and never show any data.
#174
Cannot search for a string which follows a null byte ('\0').
#185
On some terminals, arrow keys don't work when you set -X.
#192
In certain cases, when built with a non-POSIX regular expression library, if search highlighting is enabled and a search pattern begins with a ^, more text than the matching string may be highlighted.
#193
On some systems which use setlocale() and the LC_* environment variables, less treats some binary files as ordinary, non-binary files. You can workaround this problem by setting the environment variable LESSCHARSET to "ascii" (or whatever character set is appropriate).
#200
On Windows NT, if the screen buffer is larger than the displayed window size, lines can "leak" into the offscreen part of the buffer. (If any Windows expert can help me with this one, I'd appreciate it.)
#201
The DOS version compiled under DJGPP cannot open long (non-DOS) filenames when run on Windows-NT.
#202
The DOS version compiled under DJGPP sometimes highlights incorrectly when a highlighted line is longer than the screen width. (If any Windows expert can help me with this one, I'd appreciate it.)
#203
The Windows version compiled under Microsoft Visual C++ sometimes highlights incorrectly when a highlighted line is longer than the screen width. (If any Windows expert can help me with this one, I'd appreciate it.)
#204 * The F command sometimes doesn't read completely to end of file if a search pattern is in effect.

Feature enhancement requests

This is a list of enhancement requests.

#102
Allow -o to work on non-pipe input (ordinary files).
#112
If the cursor is not at the bottom of the screen, begin display at the current cursor position; don't move to bottom line before displaying the first screen.
#119 *
Support GNU option syntax, for options other than --help and --version.
#158 *
Support special keys (such as arrow keys) in lesskey files.
#162
Make compliant with POSIX specification for "more".
#168 *
Add command to toggle options without notification.
#182 *
Add a command to remove a file from the file list.
#184
Add a "bookmark" capability; that is, allow file marks to be saved on exit and restored at the next invocation of less on the same file.
#188
Allow ANSI color escape sequences to be displayed without -r.
#197
Provide a system-wide default lesskey file, which doesn't depend on $HOME directory.