Word wrap within memo editor. Also, the MEMO EDIT command is
enhanced to take an optional WRAP/NOWRAP flag. The default is
currently WRAP, but that may be configurable later.
MEMO field EDIT [(row,col,height,width,startrow,startcol)] [WRAP|NOWRAP]
(Native windows version only.)
Don't turn on mouse cursor while in full-screen mode.
Typing more than 100 characters at the end of a line in the memo editor
while not in insert mode, could crash filePro upon exiting the editor.
Fix buffer-overflow problem from increased max line within help.
Fuzzy browse lookups didn't work if helped by an index, if that index
was in 4.1-style format.
Last remaining known "deleted key not found" problem fixed.
If you had a duplicate key that spanned exactly 9 blocks in the index,
and the ninth block contained exactly one record, and you deleted a
record stored in the first block, the eighth (and now final) block was
sometimes not properly marked as end-of-chain.
Fix problem with opendir/nextdir truncating filenames at a space.
Fix single-break problem in *cabe under Unix/Linux.
Fix problem in word-wrap memo editor, where deleting lines could
leave a ghost of the last line at the bottom of the window.
Fix problem in word-wrap memo editor, where pressing Enter in insert
mode would still display the old line in its entirety.
Change logic of word-wrap editor, so that whitespace will wrap to the
next line if necessary.
If typing off the end of a line, in overstrike mode, every 100th
character might not be stored properly.