[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.209 and 1.210

version 1.209, 2011/01/13 09:50:11 version 1.210, 2011/01/14 23:49:23
Line 591 
Line 591 
 .Op Fl n Ar window-name  .Op Fl n Ar window-name
 .Op Fl s Ar session-name  .Op Fl s Ar session-name
 .Op Fl t Ar target-session  .Op Fl t Ar target-session
   .Op Fl x Ar width
   .Op Fl y Ar height
 .Op Ar shell-command  .Op Ar shell-command
 .Xc  .Xc
 .D1 (alias: Ic new )  .D1 (alias: Ic new )
Line 604 
Line 606 
 and  and
 .Ar shell-command  .Ar shell-command
 are the name of and shell command to execute in the initial window.  are the name of and shell command to execute in the initial window.
   If
   .Fl d
   is used,
   .Fl x
   and
   .Fl y
   specify the size of the initial window (80 by 24 if not given).
 .Pp  .Pp
 If run from a terminal, any  If run from a terminal, any
 .Xr termios 4  .Xr termios 4

Legend:
Removed from v.1.209  
changed lines
  Added in v.1.210