docs: improve the description of the constantshow bindable function

And of the '--constantshow' and 'set constantshow' options.
This commit is contained in:
Benno Schulenberg 2025-01-20 15:25:40 +01:00
parent b9c65193af
commit 98bab0db07
4 changed files with 9 additions and 7 deletions

View File

@ -244,7 +244,7 @@ Automatically hard-wrap the current line when it becomes overlong.
the last one given takes effect.)
.TP
.BR \-c ", " \-\-constantshow
Constantly show the cursor position on the status bar.
Constantly report the cursor position on the status bar.
Note that this overrides option \fB\-U\fR (\fB\-\-quickblank\fR).
.TP
.BR \-d ", " \-\-rebinddelete

View File

@ -570,7 +570,7 @@ the last one given takes effect.)
@item -c
@itemx --constantshow
Constantly display the cursor position (line number, column number,
Constantly report the cursor position (line number, column number,
and character number) on the status bar.
Note that this overrides option @option{-U} (@option{--quickblank}).
@ -951,7 +951,7 @@ the original filename as is. To disable this colon parsing for some
file, use @code{+1} or similar before the relevant filename.
@item set constantshow
Constantly display the cursor position on the status bar.
Constantly report the cursor position on the status bar.
Note that this overrides @option{quickblank}.
@item set cutfromcursor
@ -1832,7 +1832,8 @@ and the linter. All further toggles are available in the main menu only.)
Toggles the presence of title bar and status bar.
@item constantshow
Toggles the constant display of the current line, column, and character positions.
Toggles the constant reporting (on the status bar)
of the current line, column, and character positions.
@item softwrap
Toggles the displaying of overlong lines on multiple screen lines.

View File

@ -133,7 +133,7 @@ the original filename as is. To disable this colon parsing for some
file, use \fB+1\fR or similar before the relevant filename.
.TP
.B set constantshow
Constantly display the cursor position in the status bar.
Constantly report the cursor position on the status bar.
This overrides the option \fBquickblank\fR.
.TP
.B set cutfromcursor
@ -982,7 +982,8 @@ and the linter. All further toggles are available in the main menu only.)
Toggles the presence of title bar and status bar.
.TP
.B constantshow
Toggles the constant display of the current line, column, and character positions.
Toggles the constant reporting (on the status bar)
of the current line, column, and character positions.
.TP
.B softwrap
Toggles the displaying of overlong lines on multiple screen lines.

View File

@ -54,7 +54,7 @@
## as the line number to go to in that file.
# set colonparsing
## Constantly display the cursor position in the status bar or minibar.
## Constantly report the cursor position, in the status bar or minibar.
# set constantshow
## Use cut-from-cursor-to-end-of-line by default.