aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-11-02 10:01:20 +0000
committerThomas Adam <thomas@xteddy.org>2020-11-02 10:01:20 +0000
commitff53eed402abb146096673963da39b5036a5c861 (patch)
treea13a66498befbd75237a3a7a3869ccd2c52b8452 /tmux.1
parentffe39edf2fdd8f0489c05022ca8f6e9994396881 (diff)
parentac5045a00f1fee2ca94aef063e6a5a3d2efce3f1 (diff)
downloadrtmux-ff53eed402abb146096673963da39b5036a5c861.tar.gz
rtmux-ff53eed402abb146096673963da39b5036a5c861.tar.bz2
rtmux-ff53eed402abb146096673963da39b5036a5c861.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.112
1 files changed, 10 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index b53c7f04..53687194 100644
--- a/tmux.1
+++ b/tmux.1
@@ -4544,7 +4544,7 @@ multiplication
.Ql * ,
division
.Ql / ,
-and modulus
+modulus
.Ql m
or
.Ql %
@@ -4553,7 +4553,15 @@ or
must be escaped as
.Ql %%
in formats which are also expanded by
-.Xr strftime 3 ) .
+.Xr strftime 3 )
+and numeric comparison operators
+.Ql == ,
+.Ql != ,
+.Ql < ,
+.Ql <= ,
+.Ql >
+and
+.Ql >= .
For example,
.Ql #{e|*|f|4:5.5,3}
multiplies 5.5 by 3 for a result with four decimal places and