nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit dac3b25d16a642fe05e10a431847fe8e8fac1aed
parent ca538e6f08479842147e217c56cb7bced52dd8be
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Mon, 14 May 2018 12:10:38 +0200

docs: note a small difference with Pico in the default hard-wrapping

Diffstat:
Mdoc/nano.texi | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/doc/nano.texi b/doc/nano.texi @@ -1519,6 +1519,11 @@ The output of the "Display Cursor Position" command (@kbd{^C}) displays not only the current line and character position of the cursor, but also (between the two) the current column position. +@item Hard-Wrapping +By default, @command{nano} hard-wraps lines at screen width minus eight +columns, whereas Pico does it at screen width minus six columns. You can +make @command{nano} do the same as Pico by using @option{--fill=-6}. + @item Spell Checking In the internal spell checker misspelled words are sorted alphabetically and trimmed for uniqueness, such that the words 'apple' and 'Apple' will