[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.603 and 1.604

version 1.603, 2018/07/04 12:25:26 version 1.604, 2018/07/04 12:30:52
Line 3452 
Line 3452 
 Hooks are managed with these commands:  Hooks are managed with these commands:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Xo Ic set-hook  .It Xo Ic set-hook
 .Op Fl gu  .Op Fl gRu
 .Op Fl t Ar target-session  .Op Fl t Ar target-session
 .Ar hook-name  .Ar hook-name
 .Ar command  .Ar command
 .Xc  .Xc
 Sets (or with  Without
   .Fl R,
   sets (or with
 .Fl u  .Fl u
 unsets) hook  unsets) hook
 .Ar hook-name  .Ar hook-name
Line 3473 
Line 3475 
 with  with
 .Fl t ) .  .Fl t ) .
 Like options, session hooks inherit from the global ones.  Like options, session hooks inherit from the global ones.
   .Pp
   With
   .Fl R ,
   run
   .Ar hook-name
   immediately.
 .It Xo Ic show-hooks  .It Xo Ic show-hooks
 .Op Fl g  .Op Fl g
 .Op Fl t Ar target-session  .Op Fl t Ar target-session

Legend:
Removed from v.1.603  
changed lines
  Added in v.1.604