summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/doc/screen.13
-rw-r--r--src/doc/screen.texinfo3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/doc/screen.1 b/src/doc/screen.1
index ff2fe82..88a3204 100644
--- a/src/doc/screen.1
+++ b/src/doc/screen.1
@@ -3369,6 +3369,9 @@ The following keys are used to navigate in \*Qwindowlist\*U:
\fBC-b\fP or \fBC-f\fP Move one full page up or down.
.br
.ti -2n
+\fB0..9\fP Using the number keys, move to the selected line.
+.br
+.ti -2n
\fBmouseclick\fP Move to the selected line. Available when
\*Qmousetrack\*U is set to \*Qon\*U
.br
diff --git a/src/doc/screen.texinfo b/src/doc/screen.texinfo
index 539f23d..9274ac2 100644
--- a/src/doc/screen.texinfo
+++ b/src/doc/screen.texinfo
@@ -1610,6 +1610,9 @@ The following keys are used to navigate in @code{windowlist}:
@noindent
@kbd{C-b} or @kbd{C-f} Move one full page up or down.
+@indent
+@kbd{0..9} Using the number keys, move to the selected line.
+
@noindent
@kbd{mouseclick} Move to the selected line. Available when
@code{mousetrack} is set to @code{on}.