diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-12-12 09:54:02 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-12-12 09:54:02 +0000 |
commit | 243c63f867842cafba623d94b9bfbee19329b8a8 (patch) | |
tree | 9c7198eba15a5c2c80e1bea2210abc4be2cbcc04 | |
parent | 7459be544eb11162be8af09c77d349f8213df51a (diff) | |
download | rtmux-243c63f867842cafba623d94b9bfbee19329b8a8.tar.gz rtmux-243c63f867842cafba623d94b9bfbee19329b8a8.tar.bz2 rtmux-243c63f867842cafba623d94b9bfbee19329b8a8.zip |
FAQ about grouped sessions.
-rw-r--r-- | FAQ | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -209,4 +209,10 @@ X: uptime|awk '{split(substr($0, index($0, "load")), a, ":"); print a[2]}' -$Id: FAQ,v 1.30 2009-11-23 09:53:24 nicm Exp $ +* 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. + +$Id: FAQ,v 1.31 2009-12-12 09:54:02 nicm Exp $ |