diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-02-05 10:08:55 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2016-02-05 10:08:55 +0000 |
commit | 07c23ccc05314f5d351cb70d08a9256e15d105d9 (patch) | |
tree | 70a8a25daa06d7330bfabba5dbe9be8fd9fc43c8 /tmux.1 | |
parent | 2130a07b70db7df8d57b9cad96a6866203daacad (diff) | |
parent | 26f899be109d2b7e8c8fae4ca8e3baaccf8d2655 (diff) | |
download | rtmux-07c23ccc05314f5d351cb70d08a9256e15d105d9.tar.gz rtmux-07c23ccc05314f5d351cb70d08a9256e15d105d9.tar.bz2 rtmux-07c23ccc05314f5d351cb70d08a9256e15d105d9.zip |
Merge branch 'master' of github.com:tmux/tmux
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -3381,9 +3381,13 @@ if not. A limit may be placed on the length of the resultant string by prefixing it by an .Ql = , -a number and a colon, so -.Ql #{=10:pane_title} -will include at most the first 10 characters of the pane title. +a number and a colon. +Positive numbers count from the start of the string and negative from the end, +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 .Ql t: will convert it to a string, so if |