=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.266 retrieving revision 1.267 diff -c -r1.266 -r1.267 *** src/usr.bin/tmux/tmux.1 2012/01/21 08:23:12 1.266 --- src/usr.bin/tmux/tmux.1 2012/01/21 08:40:09 1.267 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.266 2012/01/21 08:23:12 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.267 2012/01/21 08:40:09 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 1652,1660 **** The .Fl R flag causes the terminal state to be reset. ! .It Ic send-prefix Op Fl t Ar target-pane ! Send the prefix key to a window as if it was pressed. ! If multiple prefix keys are configured, only the first is sent. .It Xo Ic unbind-key .Op Fl acn .Op Fl t Ar key-table --- 1652,1664 ---- The .Fl R flag causes the terminal state to be reset. ! .It Xo Ic send-prefix ! .Op Fl 2 ! .Op Fl t Ar target-pane ! .Xc ! Send the prefix key, or with ! .Fl 2 ! the secondary prefix key, to a window as if it was pressed. .It Xo Ic unbind-key .Op Fl acn .Op Fl t Ar key-table *************** *** 2029,2039 **** .It Ic pane-border-bg Ar colour .It Ic pane-border-fg Ar colour Set the pane border colour for panes aside from the active pane. ! .It Ic prefix Ar keys ! Set the keys accepted as a prefix key. ! .Ar keys ! is a comma-separated list of key names, each of which individually behave as ! the prefix key. .It Ic repeat-time Ar time Allow multiple commands to be entered without pressing the prefix-key again in the specified --- 2033,2042 ---- .It Ic pane-border-bg Ar colour .It Ic pane-border-fg Ar colour Set the pane border colour for panes aside from the active pane. ! .It Ic prefix Ar key ! Set the key accepted as a prefix key. ! .It Ic prefix2 Ar key ! Set a secondary key accepted as a prefix key. .It Ic repeat-time Ar time Allow multiple commands to be entered without pressing the prefix-key again in the specified