[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.243 and 1.244

version 1.243, 2011/08/24 10:29:57 version 1.244, 2011/08/24 10:46:01
Line 491 
Line 491 
 Multiple commands may be specified together as part of a  Multiple commands may be specified together as part of a
 .Em command sequence .  .Em command sequence .
 Each command should be separated by spaces and a semicolon;  Each command should be separated by spaces and a semicolon;
 commands are executed sequentially from left to right.  commands are executed sequentially from left to right and
   lines ending with a backslash continue on to the next line.
 A literal semicolon may be included by escaping it with a backslash (for  A literal semicolon may be included by escaping it with a backslash (for
 example, when specifying a command sequence to  example, when specifying a command sequence to
 .Ic bind-key ) .  .Ic bind-key ) .
Line 507 
Line 508 
 set-window-option -t:0 monitor-activity on  set-window-option -t:0 monitor-activity on
   
 new-window ; split-window -d  new-window ; split-window -d
   
   bind-key R source-file ~/.tmux.conf \e; \e
           display-message "source-file done"
 .Ed  .Ed
 .Pp  .Pp
 Or from  Or from

Legend:
Removed from v.1.243  
changed lines
  Added in v.1.244