[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.764 and 1.765

version 1.764, 2020/05/16 15:47:22 version 1.765, 2020/05/16 15:48:35
Line 4407 
Line 4407 
 .Ql p (  .Ql p (
 .Ql `t/p` )  .Ql `t/p` )
 will use shorter but less accurate time format for times in the past.  will use shorter but less accurate time format for times in the past.
   A custom format may be given using an
   .Ql f
   suffix (note that
   .Ql %
   must be escaped as
   .Ql %%
   if the format is separately being passed through
   .Xr strftime 3 ,
   for example in the
   .Ic status-left
   option):
   .Ql #{t/f/%%H#:%%M:window_activity} ,
   see
   .Xr strftime 3 .
   .Pp
 The  The
 .Ql b:\&  .Ql b:\&
 and  and

Legend:
Removed from v.1.764  
changed lines
  Added in v.1.765