nano

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

commit cd53f7cf8cf84b43cdb2e401488e2360b71ec6bc
parent 689748843cef6bd39175c95a836f0d626ccb18ff
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Sat,  1 Jun 2024 17:07:45 +0200

docs: don't say any more that -z was removed, as it has been repurposed

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

diff --git a/doc/nano.1 b/doc/nano.1 @@ -432,7 +432,6 @@ See \fI/usr/share/nano/\fR and \fI/usr/share/nano/extra/\fR for available syntax-coloring definitions. .SH NOTES -Option \fB\-z\fR (\fB\-\-suspendable\fR) has been removed. Suspension is enabled by default, reachable via \fB^T^Z\fR. (If you want a plain \fB^Z\fR to suspend nano, add \fBbind ^Z suspend main\fR to your nanorc.) diff --git a/doc/nano.texi b/doc/nano.texi @@ -784,7 +784,6 @@ Note that this overrides option @option{-p} (@option{--preserve}). @end table @sp 1 -Option @code{-z} (@code{--suspendable}) has been removed. Suspension is enabled by default, reachable via @kbd{^T^Z}. (If you want a plain @kbd{^Z} to suspend nano, add @code{bind ^Z suspend main} to your nanorc.)