[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.34 and 1.35

version 1.34, 2009/07/17 15:03:11 version 1.35, 2009/07/17 18:45:08
Line 717 
Line 717 
 .D1 (alias: Ic detach )  .D1 (alias: Ic detach )
 Detach the current client if bound to a key, or the specified client with  Detach the current client if bound to a key, or the specified client with
 .Fl t .  .Fl t .
   .It Xo Ic display-message
   .Op Fl t Ar target-client
   .Op Ar message
   .Xc
   .D1 (alias: Ic display )
   Display a message (see the
   .Ic status-left
   option below)
   in the status line.
 .It Xo Ic down-pane  .It Xo Ic down-pane
 .Op Fl p Ar pane-index  .Op Fl p Ar pane-index
 .Op Fl t Ar target-window  .Op Fl t Ar target-window
Line 1262 
Line 1271 
 .It Sy "Character pair" Ta Sy "Replaced with"  .It Sy "Character pair" Ta Sy "Replaced with"
 .It Li "#(command)" Ta "First line of command's output"  .It Li "#(command)" Ta "First line of command's output"
 .It Li "#H" Ta "Hostname of local host"  .It Li "#H" Ta "Hostname of local host"
   .It Li "#I" Ta "Current window index"
   .It Li "#P" Ta "Current pane index"
 .It Li "#S" Ta "Session name"  .It Li "#S" Ta "Session name"
 .It Li "#T" Ta "Current window title"  .It Li "#T" Ta "Current window title"
   .It Li "#W" Ta "Current window name"
 .It Li "##" Ta "A literal" Ql #  .It Li "##" Ta "A literal" Ql #
 .El  .El
 .Pp  .Pp

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35