CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2009/10/09 01:27:00
Modified files: usr.bin/tmux : cmd-set-window-option.c tmux.1 tmux.c window.c Log message: 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.