nano

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

commit b66a0408282215427eba32798494e0b6b0fbaea4
parent f757c4a5122776d8af11d432f065cd54049eec3e
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Tue, 16 Nov 2021 16:22:36 +0100

tweaks: shorten the description of --zero in the manuals a bit

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

diff --git a/doc/nano.1 b/doc/nano.1 @@ -358,7 +358,7 @@ The line plus column numbers and the character code are displayed only when The state flags are displayed only when \fB\-\-stateflags\fR is used. .TP .BR \-0 ", " \-\-zero -Hide the minibar (or the title bar plus status bar) and use all rows +Hide the title bar (or minibar) and use all rows of the terminal for showing the text of the buffer. Only significant messages appear on the status bar, and disappear upon the next keystroke. This "hidden interface" mode can be toggled with \fBM-Z\fR. diff --git a/doc/nano.texi b/doc/nano.texi @@ -704,7 +704,7 @@ The state flags are displayed only when @code{--stateflags} is used. @item -0 @itemx --zero -Hide the minibar (or the title bar plus status bar) and use all rows +Hide the title bar (or minibar) and use all rows of the terminal for showing the text of the buffer. Only significant messages appear on the status bar, and disappear upon the next keystroke. This "hidden interface" mode can be toggled with @kbd{M-Z}. @@ -1150,7 +1150,7 @@ Let an unmodified @kbd{Backspace} or @kbd{Delete} erase the marked region (instead of a single character, and without affecting the cutbuffer). @item set zero -Hide the minibar (or the title bar plus status bar) and use all rows +Hide the title bar (or minibar) and use all rows of the terminal for showing the text of the buffer. Only significant messages appear on the status bar, and disappear upon the next keystroke. This "hidden interface" mode can be toggled with @kbd{M-Z}. diff --git a/doc/nanorc.5 b/doc/nanorc.5 @@ -398,7 +398,7 @@ Let an unmodified Backspace or Delete erase the marked region (instead of a single character, and without affecting the cutbuffer). .TP .B set zero -Hide the minibar (or the title bar plus status bar) and use all rows +Hide the title bar (or minibar) and use all rows of the terminal for showing the text of the buffer. Only significant messages appear on the status bar, and disappear upon the next keystroke. This "hidden interface" mode can be toggled with \fBM-Z\fR.