[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.478 and 1.479

version 1.478, 2016/01/29 11:13:56 version 1.479, 2016/01/31 09:54:46
Line 3377 
Line 3377 
 A limit may be placed on the length of the resultant string by prefixing it  A limit may be placed on the length of the resultant string by prefixing it
 by an  by an
 .Ql = ,  .Ql = ,
 a number and a colon, so  a number and a colon.
 .Ql #{=10:pane_title}  Positive numbers count from the start of the string and negative from the end,
 will include at most the first 10 characters of the pane title.  so
   .Ql #{=5:pane_title}
   will include at most the first 5 characters of the pane title, or
   .Ql #{=-5:pane_title}
   the last 5 characters.
 Prefixing a time variable with  Prefixing a time variable with
 .Ql t:  .Ql t:
 will convert it to a string, so if  will convert it to a string, so if

Legend:
Removed from v.1.478  
changed lines
  Added in v.1.479