=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.75 retrieving revision 1.76 diff -c -r1.75 -r1.76 *** src/usr.bin/tmux/tmux.1 2009/08/23 18:21:02 1.75 --- src/usr.bin/tmux/tmux.1 2009/08/25 12:18:51 1.76 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.75 2009/08/23 18:21:02 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.76 2009/08/25 12:18:51 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" 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: August 23 2009 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" 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: August 25 2009 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 622,635 **** If .Fl d is given, the new window does not become the current window. ! .It Ic choose-session Op Fl t Ar target-window ! Put a window into session choice mode, where the session for the current ! client may be selected interactively from a list. This command works only from inside .Nm . ! .It Ic choose-window Op Fl t Ar target-window ! Put a window into window choice mode, where the window for the session ! attached to the current client may be selected interactively from a list. This command works only from inside .Nm . .It Ic down-pane Op Fl t Ar target-pane --- 622,678 ---- If .Fl d is given, the new window does not become the current window. ! .It Xo ! .Ic choose-client ! .Op Fl t Ar target-window ! .Op Ar template ! .Xc ! Put a window into client choice mode, allowing a client to be selected ! interactively from a list. ! After a client is chosen, ! .Ql %% ! is replaced by the client ! .Xr pty 4 ! path in ! .Ar template ! and the result executed as a command. ! If ! .Ar template ! is not given, "detach-client -t '%%'" is used. This command works only from inside .Nm . ! .It Xo ! .Ic choose-session ! .Op Fl t Ar target-window ! .Op Ar template ! .Xc ! Put a window into session choice mode, where a session may be selected ! interactively from a list. ! When one is chosen, ! .Ql %% ! is replaced by the session name in ! .Ar template ! and the result executed as a command. ! If ! .Ar template ! is not given, "switch-client -t '%%'" is used. ! This command works only from inside ! .Nm . ! .It Xo ! .Ic choose-window ! .Op Fl t Ar target-window ! .Op Ar template ! .Xc ! Put a window into window choice mode, where a window may be chosen ! interactively from a list. ! After a window is selected, ! .Ql %% ! is replaced by the session name and window index in ! .Ar template ! and the result executed as a command. ! If ! .Ar template ! is not given, "select-window -t '%%'" is used. This command works only from inside .Nm . .It Ic down-pane Op Fl t Ar target-pane