nano

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

commit 37477bfbb5ad245168500a441504378cdf767d5e
parent bc40dd645acd791693b59485c90413f929b89d97
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sun, 24 Mar 2019 10:54:46 +0100

tweaks: slightly reword, for esthetics of the resulting Info document

Diffstat:
Mdoc/nano.1 | 2+-
Mdoc/nano.texi | 5+++--
Mdoc/nanorc.5 | 2+-
3 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/nano.1 b/doc/nano.1 @@ -31,7 +31,7 @@ line by default, and no longer automatically adds a newline at the end of the text if one is missing. Furthermore, it uses smooth scrolling by default and makes use of the line below the title bar. .sp -If you want the old, Pico behavior back, please use \fB\-\-breaklonglines\fR, +If you want the old, Pico behavior back, you can use \fB\-\-breaklonglines\fR, \fB\-\-finalnewline\fR, \fB\-\-jumpyscrolling\fR, and \fB\-\-emptyline\fR (or \fB\-bfje\fR for short). diff --git a/doc/nano.texi b/doc/nano.texi @@ -101,8 +101,9 @@ line by default, and no longer automatically adds a newline at the end of the text if one is missing. Furthermore, it uses smooth scrolling by default and makes use of the line below the title bar. -If you want the old, Pico behavior back, please use @option{--breaklonglines}, -@option{--finalnewline}, @option{--jumpyscrolling}, and @option{--emptyline} +If you want the old, Pico behavior back, you can use the +following options: @option{--breaklonglines}, @option{--finalnewline}, +@option{--jumpyscrolling}, and @option{--emptyline} (or @option{-bfje} for short). Please report bugs via @url{https://savannah.gnu.org/bugs/?group=nano}. diff --git a/doc/nanorc.5 b/doc/nanorc.5 @@ -27,7 +27,7 @@ line by default, and no longer automatically adds a newline at the end of the text if one is missing. Furthermore, it uses smooth scrolling by default and makes use of the line below the title bar. .sp -If you want the old, Pico behavior back, please use \fBset breaklonglines\fR, +If you want the old, Pico behavior back, you can use \fBset breaklonglines\fR, \fBset finalnewline\fR, \fBset jumpyscrolling\fR, and \fBset emptyline\fR. .SH DESCRIPTION