=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.163 retrieving revision 1.164 diff -c -r1.163 -r1.164 *** src/usr.bin/tmux/tmux.1 2010/04/05 17:46:05 1.163 --- src/usr.bin/tmux/tmux.1 2010/04/06 21:35:44 1.164 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.163 2010/04/05 17:46:05 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.164 2010/04/06 21:35:44 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: April 5 2010 $ .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: April 6 2010 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 586,599 **** .Nm window may be in one of several modes. The default permits direct access to the terminal attached to the window. ! The others are: ! .Bl -tag -width Ds ! .It Em output mode ! This is entered when a command which produces output, such as ! .Ic list-keys , ! is executed from a key binding. ! .It Em copy mode ! This permits a section of a window or its history to be copied to a .Em paste buffer for later insertion into another window. This mode is entered with the --- 586,593 ---- .Nm window may be in one of several modes. The default permits direct access to the terminal attached to the window. ! The other is copy mode, which permits a section of a window or its ! history to be copied to a .Em paste buffer for later insertion into another window. This mode is entered with the *************** *** 601,607 **** command, bound to .Ql \&[ by default. ! .El .Pp The keys available depend on whether emacs or vi mode is selected (see the --- 595,603 ---- command, bound to .Ql \&[ by default. ! It is also entered when a command that produces output, such as ! .Ic list-keys , ! is executed from a key binding. .Pp The keys available depend on whether emacs or vi mode is selected (see the *************** *** 699,705 **** .Em emacs-choice for keys used when choosing from lists (such as produced by the .Ic choose-window ! command) or in output mode; and .Em vi-copy and .Em emacs-copy --- 695,701 ---- .Em emacs-choice for keys used when choosing from lists (such as produced by the .Ic choose-window ! command); and .Em vi-copy and .Em emacs-copy *************** *** 714,720 **** The paste buffer key pastes the first line from the top paste buffer on the stack. .Pp ! The mode commands are as follows: .Bl -tag -width Ds .It Xo Ic copy-mode .Op Fl u --- 710,718 ---- The paste buffer key pastes the first line from the top paste buffer on the stack. .Pp ! The synopsis for the ! .Ic copy-mode ! command is: .Bl -tag -width Ds .It Xo Ic copy-mode .Op Fl u *************** *** 2032,2039 **** .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. .Pp .It Xo Ic alternate-screen .Op Ic on | off --- 2030,2037 ---- .It Xo Ic synchronize-panes .Op Ic on | off .Xc ! Duplicate input to any pane to all other panes in the same window (only ! for panes that are not in any special mode). .Pp .It Xo Ic alternate-screen .Op Ic on | off *************** *** 2443,2449 **** Execute .Ar shell-command in the background without creating a window. ! After it finishes, any output to stdout is displayed in output mode. If the command doesn't return success, the exit status is also displayed. .It Ic server-info .D1 (alias: Ic info ) --- 2441,2447 ---- Execute .Ar shell-command in the background without creating a window. ! After it finishes, any output to stdout is displayed in copy mode. If the command doesn't return success, the exit status is also displayed. .It Ic server-info .D1 (alias: Ic info )