diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-08-20 20:01:19 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-08-20 20:01:19 +0100 |
commit | 769ae106588c35bf21c28984fd50655804f1229c (patch) | |
tree | f55b8bcc5ef0c310145ddedd5711695509ad1d3a /tmux.1 | |
parent | 5a55d1390ace032ad51d5fdd9f71feb47638671d (diff) | |
parent | d0957529edcdd3f616d0361972dd819b8b4c29d0 (diff) | |
download | rtmux-769ae106588c35bf21c28984fd50655804f1229c.tar.gz rtmux-769ae106588c35bf21c28984fd50655804f1229c.tar.bz2 rtmux-769ae106588c35bf21c28984fd50655804f1229c.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4574,6 +4574,9 @@ pads the string to a given width, for example .Ql #{p10:pane_title} will result in a width of at least 10 characters. A positive width pads on the left, a negative on the right. +.Ql n +expands to the length of the variable, for example +.Ql #{n:window_name} . .Pp Prefixing a time variable with .Ql t:\& |