[BACK]Return to tmux.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.1 between version 1.431 and 1.432

version 1.431, 2015/05/27 13:28:04 version 1.432, 2015/06/04 11:43:51
Line 298 
Line 298 
 Briefly display pane indexes.  Briefly display pane indexes.
 .It r  .It r
 Force redraw of the attached client.  Force redraw of the attached client.
   .It m
   Mark the current pane (see
   .Ic select-pane
   .Fl m ) .
   .It M
   Clear the marked pane.
 .It s  .It s
 Select a new session for the attached client interactively.  Select a new session for the attached client interactively.
 .It t  .It t
Line 351 
Line 357 
 .Nm .  .Nm .
 Most commands accept the optional  Most commands accept the optional
 .Fl t  .Fl t
   (and sometimes
   .Fl s )
 argument with one of  argument with one of
 .Ar target-client ,  .Ar target-client ,
 .Ar target-session  .Ar target-session
Line 451 
Line 459 
 .It Li "{last}" Ta "!" Ta "The last (previously current) window"  .It Li "{last}" Ta "!" Ta "The last (previously current) window"
 .It Li "{next}" Ta "+" Ta "The next window by number"  .It Li "{next}" Ta "+" Ta "The next window by number"
 .It Li "{previous}" Ta "-" Ta "The previous window by number"  .It Li "{previous}" Ta "-" Ta "The previous window by number"
 .It Li "{mouse}" Ta "=" Ta "The window where the mouse event happened"  
 .El  .El
 .Pp  .Pp
 .Ar target-pane  .Ar target-pane
Line 481 
Line 488 
 .It Li "{down}" Ta "" Ta "The pane below the active pane"  .It Li "{down}" Ta "" Ta "The pane below the active pane"
 .It Li "{left}" Ta "" Ta "The pane to the left of the active pane"  .It Li "{left}" Ta "" Ta "The pane to the left of the active pane"
 .It Li "{right}" Ta "" Ta "The pane to the right of the active pane"  .It Li "{right}" Ta "" Ta "The pane to the right of the active pane"
 .It Li "{mouse}" Ta "=" Ta "The pane where the mouse event happened"  
 .El  .El
 .Pp  .Pp
 The tokens  The tokens
Line 493 
Line 499 
 select-window -t:+2  select-window -t:+2
 .Ed  .Ed
 .Pp  .Pp
   In addition,
   .Em target-session ,
   .Em target-window
   or
   .Em target-pane
   may consist entirely of the token
   .Ql {mouse}
   (alternative form
   .Ql = )
   to specify the most recent mouse event
   (see the
   .Sx MOUSE SUPPORT
   section)
   or
   .Ql {marked}
   (alternative form
   .Ql ~ )
   to specify the marked pane (see
   .Ic select-pane
   .Fl m ) .
   .Pp
 Sessions, window and panes are each numbered with a unique ID; session IDs are  Sessions, window and panes are each numbered with a unique ID; session IDs are
 prefixed with a  prefixed with a
 .Ql $ ,  .Ql $ ,
Line 1440 
Line 1467 
 .Ar src-pane  .Ar src-pane
 to be joined to left of or above  to be joined to left of or above
 .Ar dst-pane .  .Ar dst-pane .
   .Pp
   If
   .Fl s
   is omitted and a marked pane is present (see
   .Ic select-pane
   .Fl m ) ,
   the marked pane is used rather than the current pane.
 .It Xo Ic kill-pane  .It Xo Ic kill-pane
 .Op Fl a  .Op Fl a
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
Line 1795 
Line 1829 
 .Fl o  .Fl o
 applies the last set layout if possible (undoes the most recent layout change).  applies the last set layout if possible (undoes the most recent layout change).
 .It Xo Ic select-pane  .It Xo Ic select-pane
 .Op Fl DdegLlRU  .Op Fl DdegLlMmRU
 .Op Fl P Ar style  .Op Fl P Ar style
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Xc  .Xc
Line 1823 
Line 1857 
 .Fl d  .Fl d
 disables input to the pane.  disables input to the pane.
 .Pp  .Pp
   .Fl m
   and
   .Fl M
   are used to set and clear the
   .Em marked pane .
   There is one marked pane at a time, setting a new marked pane clears the last.
   The marked pane is the default target for
   .Fl s
   to
   .Ic join-pane ,
   .Ic swap-pane
   and
   .Ic swap-window .
   .Pp
 Each pane has a style: by default the  Each pane has a style: by default the
 .Ic window-style  .Ic window-style
 and  and
Line 1911 
Line 1959 
 instructs  instructs
 .Nm  .Nm
 not to change the active pane.  not to change the active pane.
   .Pp
   If
   .Fl s
   is omitted and a marked pane is present (see
   .Ic select-pane
   .Fl m ) ,
   the marked pane is used rather than the current pane.
 .It Xo Ic swap-window  .It Xo Ic swap-window
 .Op Fl d  .Op Fl d
 .Op Fl s Ar src-window  .Op Fl s Ar src-window
Line 1922 
Line 1977 
 except the source and destination windows are swapped.  except the source and destination windows are swapped.
 It is an error if no window exists at  It is an error if no window exists at
 .Ar src-window .  .Ar src-window .
   .Pp
   Like
   .Ic swap-pane ,
   if
   .Fl s
   is omitted and a marked pane is present (see
   .Ic select-pane
   .Fl m ) ,
   the window containing the marked pane is used rather than the current window.
 .It Xo Ic unlink-window  .It Xo Ic unlink-window
 .Op Fl k  .Op Fl k
 .Op Fl t Ar target-window  .Op Fl t Ar target-window
Line 3488 
Line 3552 
 .It Li "#" Ta "Window is monitored and activity has been detected."  .It Li "#" Ta "Window is monitored and activity has been detected."
 .It Li "!" Ta "A bell has occurred in the window."  .It Li "!" Ta "A bell has occurred in the window."
 .It Li "~" Ta "The window has been silent for the monitor-silence interval."  .It Li "~" Ta "The window has been silent for the monitor-silence interval."
   .It Li "M" Ta "The window contains the marked pane."
 .It Li "Z" Ta "The window's active pane is zoomed."  .It Li "Z" Ta "The window's active pane is zoomed."
 .El  .El
 .Pp  .Pp

Legend:
Removed from v.1.431  
changed lines
  Added in v.1.432