summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Brown <mrbrown8@juno.com>2010-04-19 20:52:31 -0400
committerSadrul Habib Chowdhury <sadrul@users.sourceforge.net>2010-04-19 20:52:31 -0400
commit7f606797eee2ab6f08cc05d783be999d7b477667 (patch)
tree172b92355afe09fab97aed8452cd8415832a1a55
parent1741b69d4b27fc249ffa47233622de0530042411 (diff)
downloadscreen-7f606797eee2ab6f08cc05d783be999d7b477667.tar.gz
Update doc about selecting window in windowlist.
Update doc about selecting window in windowlists by pressing its number. Closes savannah bug #29603.
-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}.