diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-10-09 13:07:04 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-10-09 13:07:04 +0000 |
commit | 9ac062acef348331e768db82554a214860b348af (patch) | |
tree | 7fda79848b62f7fa8ae75ecb653a3cdc4de1f89d /tmux.1 | |
parent | 765a38e5348a5336af7299729ad933e4b9cf5a4d (diff) | |
download | rtmux-9ac062acef348331e768db82554a214860b348af.tar.gz rtmux-9ac062acef348331e768db82554a214860b348af.tar.bz2 rtmux-9ac062acef348331e768db82554a214860b348af.zip |
Sync OpenBSD patchset 367:
Add a simple synchronize-panes window option: when set, all input to any pane
that is part of the window is also sent to all other panes in the same
window. Suggested by several, most recently Tomasz Pajor.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.180 2009-10-07 17:13:59 tcunha Exp $ +.\" $Id: tmux.1,v 1.181 2009-10-09 13:07:04 tcunha Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: October 7 2009 $ +.Dd $Mdocdate: October 9 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -1662,6 +1662,11 @@ The window may be reactivated with the .Ic respawn-window command. .Pp +.It Xo Ic synchronize-panes +.Op Ic on | off +.Xc +Duplicate input to any pane to all other panes in the same window, except +for panes that are not in output mode. .It Xo Ic utf8 .Op Ic on | off .Xc |