aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2016-01-31 12:01:09 +0000
committerThomas Adam <thomas@xteddy.org>2016-01-31 12:01:09 +0000
commit5fce21728e61b0d2be39f3bc9eba28d5f400f61e (patch)
treee056480e3d798bf72d99f049f492b73df72d86c1 /tmux.1
parent404379049a4cb5480c2b1c19634c869e46feb220 (diff)
parentfa64b89ad7af8daf04c50b54fe8b45411750149e (diff)
downloadrtmux-5fce21728e61b0d2be39f3bc9eba28d5f400f61e.tar.gz
rtmux-5fce21728e61b0d2be39f3bc9eba28d5f400f61e.tar.bz2
rtmux-5fce21728e61b0d2be39f3bc9eba28d5f400f61e.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.110
1 files changed, 7 insertions, 3 deletions
diff --git a/tmux.1 b/tmux.1
index fcf388af..ceb351ee 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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