nano

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

commit caf583ec4ba014479b8d969cbd772fcfccf6dec2
parent e20880da2189e6b77b5942694ed36f93f531df54
Author: Benno Schulenberg <bensberg@telfort.nl>
Date:   Thu, 23 Dec 2021 16:10:38 +0100

docs: mention bindable function 'zero', for toggling the interface bars

This should have been part of commit a623f583 from six weeks ago.

Reported-by: Tasos Papastylianou <tpapastylianou@hotmail.com>

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

diff --git a/doc/nano.texi b/doc/nano.texi @@ -1715,6 +1715,9 @@ Toggles the presence of the two-line list of key bindings at the bottom of the s (This toggle is special: it is available in all menus except the help viewer and the linter. All further toggles are available in the main menu only.) +@item zero +Toggles the presence of title bar and status bar. + @item constantshow Toggles the constant display of the current line, column, and character positions. diff --git a/doc/nanorc.5 b/doc/nanorc.5 @@ -931,6 +931,9 @@ Toggles the presence of the two-line list of key bindings at the bottom of the s (This toggle is special: it is available in all menus except the help viewer and the linter. All further toggles are available in the main menu only.) .TP +.B zero +Toggles the presence of title bar and status bar. +.TP .B constantshow Toggles the constant display of the current line, column, and character positions. .TP