smol/doc
David Lawrence Ramsey bb4d0d548a new feature: allow lines to be softwrapped at whitespace
Extend get_softwrap_breakpoint() to break softwrapped lines on
whitespace when a flag is set.  This flag is controlled by the new
rcfile option "atblanks".  The '>' characters marking two-column
characters at the edge of the screen are disabled when it's on.

If get_softwrap_breakpoint() can't find whitespace in screen range, it
will break the line on the screen edge.  (In this case, a blank can be
on the last column of the screen, but text can't, so that a blank on the
last column doesn't become invisible and possibly break the display.)

This fulfills https://savannah.gnu.org/bugs/index.php?49959.
Requested-by: Nicholas Boel <axxisd@gmail.com>
2017-07-07 13:07:10 +02:00
..
.gitignore build: rename the sample config file, so it will be colored like a nanorc 2016-12-30 22:05:01 +01:00
Makefile.am docs: drop the cluttering Info-style links from the HTML manual 2017-06-27 19:55:12 +02:00
faq.html bump version numbers and add a news item for the 2.8.5 release 2017-06-25 10:37:17 +02:00
nano.1 docs: be more precise about when a dash is given instead of a filename 2017-06-29 20:56:58 +02:00
nano.texi new feature: allow lines to be softwrapped at whitespace 2017-07-07 13:07:10 +02:00
nanorc.5 new feature: allow lines to be softwrapped at whitespace 2017-07-07 13:07:10 +02:00
rnano.1 bump version numbers and add a news item for the 2.8.5 release 2017-06-25 10:37:17 +02:00
sample.nanorc.in new feature: allow lines to be softwrapped at whitespace 2017-07-07 13:07:10 +02:00