docs: mention that --zero and 'set zero' hide also the help lines

master
Benno Schulenberg 2021-11-26 11:01:33 +01:00
parent 79def643a3
commit 27928e47be
3 changed files with 28 additions and 17 deletions

View File

@ -358,10 +358,12 @@ 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. The state flags are displayed only when \fB\-\-stateflags\fR is used.
.TP .TP
.BR \-0 ", " \-\-zero .BR \-0 ", " \-\-zero
Hide the title bar (or minibar) and use all rows Hide all elements of the interface (title bar, status bar, and help lines)
of the terminal for showing the text of the buffer. Only significant and use all rows of the terminal for showing the contents of the buffer.
messages appear on the status bar, and disappear upon the next keystroke. The status bar appears only where there is a significant message,
This "hidden interface" mode can be toggled with \fBM-Z\fR. and disappears after 1.5 seconds or upon the next keystroke.
With \fBM-Z\fR the title bar plus status bar can be toggled.
With \fBM-X\fR the help lines.
.TP .TP
.BR \-! ", " \-\-magic .BR \-! ", " \-\-magic
When neither the file's name nor its first line give a clue, When neither the file's name nor its first line give a clue,

View File

@ -704,10 +704,12 @@ The state flags are displayed only when @code{--stateflags} is used.
@item -0 @item -0
@itemx --zero @itemx --zero
Hide the title bar (or minibar) and use all rows Hide all elements of the interface (title bar, status bar, and help lines)
of the terminal for showing the text of the buffer. Only significant and use all rows of the terminal for showing the contents of the buffer.
messages appear on the status bar, and disappear upon the next keystroke. The status bar appears only where there is a significant message,
This "hidden interface" mode can be toggled with @kbd{M-Z}. and disappears after 1.5 seconds or upon the next keystroke.
With @kbd{M-Z} the title bar plus status bar can be toggled.
With @kbd{M-X} the help lines.
@item -! @item -!
@itemx --magic @itemx --magic
@ -766,7 +768,10 @@ for more details). The following global toggles are available:
(@pxref{Syntax Highlighting}). (@pxref{Syntax Highlighting}).
@item Hidden Interface @item Hidden Interface
@kbd{M-Z} toggles the @option{-0} (@option{--zero}) command-line option. @kbd{M-Z} toggles the @option{-0} (@option{--zero}) command-line option,
but without the @option{-x} (@option{--nohelp}) part. That is: it toggles
just the title bar plus status bar (or the combined minibar plus status bar),
not the help lines. The latter are toggled with @kbd{M-X}.
@end table @end table
@ -1155,10 +1160,12 @@ Let an unmodified @kbd{Backspace} or @kbd{Delete} erase the marked region
(instead of a single character, and without affecting the cutbuffer). (instead of a single character, and without affecting the cutbuffer).
@item set zero @item set zero
Hide the title bar (or minibar) and use all rows Hide all elements of the interface (title bar, status bar, and help lines)
of the terminal for showing the text of the buffer. Only significant and use all rows of the terminal for showing the contents of the buffer.
messages appear on the status bar, and disappear upon the next keystroke. The status bar appears only where there is a significant message,
This "hidden interface" mode can be toggled with @kbd{M-Z}. and disappears after 1.5 seconds or upon the next keystroke.
With @kbd{M-Z} the title bar plus status bar can be toggled.
With @kbd{M-X} the help lines.
@end table @end table

View File

@ -403,10 +403,12 @@ Let an unmodified Backspace or Delete erase the marked region
(instead of a single character, and without affecting the cutbuffer). (instead of a single character, and without affecting the cutbuffer).
.TP .TP
.B set zero .B set zero
Hide the title bar (or minibar) and use all rows Hide all elements of the interface (title bar, status bar, and help lines)
of the terminal for showing the text of the buffer. Only significant and use all rows of the terminal for showing the contents of the buffer.
messages appear on the status bar, and disappear upon the next keystroke. The status bar appears only where there is a significant message,
This "hidden interface" mode can be toggled with \fBM-Z\fR. and disappears after 1.5 seconds or upon the next keystroke.
With \fBM-Z\fR the title bar plus status bar can be toggled.
With \fBM-X\fR the help lines.
.SH SYNTAX HIGHLIGHTING .SH SYNTAX HIGHLIGHTING
Coloring the different syntactic elements of a file Coloring the different syntactic elements of a file