diff options
author | Thomas Adam <thomas@xteddy.org> | 2019-11-25 16:01:27 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2019-11-25 16:01:27 +0000 |
commit | daa93b3fdc21f0c27fe94231cc96213c9b38e949 (patch) | |
tree | 23bc1b3a598743231bc215bc6c160a997a21dd02 /tmux.1 | |
parent | 81d4f95c2fd06377c450b818dfd6b247b24db61d (diff) | |
parent | 1ebd8c123415a60960dcd088d75d13f761bd3b3b (diff) | |
download | rtmux-daa93b3fdc21f0c27fe94231cc96213c9b38e949.tar.gz rtmux-daa93b3fdc21f0c27fe94231cc96213c9b38e949.tar.bz2 rtmux-daa93b3fdc21f0c27fe94231cc96213c9b38e949.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4106,6 +4106,12 @@ appended or prepended to the string if the length has been trimmed, for example will append .Ql ... if the pane title is more than five characters. +Similarly, +.Ql p +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. .Pp Prefixing a time variable with .Ql t:\& |