[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.652 and 1.653

version 1.652, 2019/05/25 16:51:10 version 1.653, 2019/05/26 12:02:42
Line 3989 
Line 3989 
 Positive numbers count from the start of the string and negative from the end,  Positive numbers count from the start of the string and negative from the end,
 so  so
 .Ql #{=5:pane_title}  .Ql #{=5:pane_title}
 will include at most the first 5 characters of the pane title, or  will include at most the first five characters of the pane title, or
 .Ql #{=-5:pane_title}  .Ql #{=-5:pane_title}
 the last 5 characters.  the last five characters.
   A suffix or prefix may be given as a second argument - if provided then it is
   appended or prepended to the string if the length has been trimmed, for example
   .Ql #{=/5/...:pane_title}
   will append
   .Ql ...
   if the pane title is more than five characters.
   .Pp
 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.652  
changed lines
  Added in v.1.653