diff options
author | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2017-04-03 01:30:19 +0200 |
---|---|---|
committer | Jérémie Courrèges-Anglas <jca@wxcvbn.org> | 2017-04-03 01:30:28 +0200 |
commit | 16186de6a51ce40337ead48cb6ff3d207ec19e00 (patch) | |
tree | d98627b8f9bb8b3d2fbff02b410bf9703e161fa1 | |
parent | be383fa3555feeed237db97646fd81890fa18380 (diff) | |
download | ratpoison-16186de6a51ce40337ead48cb6ff3d207ec19e00.zip |
Tweak wording about focus* commands working across screens
-rw-r--r-- | doc/ratpoison.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 511b40d..a3630da 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -906,9 +906,9 @@ window.'' ratpoison means there's no other window to switch to in the current screen. If you want to switch to the other xterm you can switch to it by name (use @command{select} or @kbd{C-t '}), by number, or you can use @command{nextscreen}, @command{prevscreen}, and -@command{sselect}. Note, however, that the commands -@command{focusright}, @command{focusleft}, @command{focusup}, and -@command{focusdown} do work across screens. +@command{sselect}. The commands @command{focusright}, +@command{focusleft}, @command{focusup}, and @command{focusdown} also +allow you to navigate across screens. @deffn Command nextscreen This jumps you to the next X11 screen. @command{nextscreen} is |