diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-12-12 09:54:42 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-12-12 09:54:42 +0000 |
commit | fcbf4ea2c0604e73515a2ed89f1a5862674d993d (patch) | |
tree | 1857b69231a725cfce4e68d1cb00bd623b9171cd | |
parent | 243c63f867842cafba623d94b9bfbee19329b8a8 (diff) | |
download | rtmux-fcbf4ea2c0604e73515a2ed89f1a5862674d993d.tar.gz rtmux-fcbf4ea2c0604e73515a2ed89f1a5862674d993d.tar.bz2 rtmux-fcbf4ea2c0604e73515a2ed89f1a5862674d993d.zip |
Tweak text slightly.
-rw-r--r-- | FAQ | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -212,7 +212,8 @@ uptime|awk '{split(substr($0, index($0, "load")), a, ":"); print a[2]}' * How do I attach the same session to multiple clients but with a different current window, like screen -x? -One or more of the windows can either be linked into multiple sessions manually -with link-window, or a grouped session can be created with new-window -t. +One or more of the windows can be linked into multiple sessions manually with +link-window, or a grouped session with all the windows can be created with +new-window -t. -$Id: FAQ,v 1.31 2009-12-12 09:54:02 nicm Exp $ +$Id: FAQ,v 1.32 2009-12-12 09:54:42 nicm Exp $ |