aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authornicm <nicm>2019-05-25 16:51:10 +0000
committernicm <nicm>2019-05-25 16:51:10 +0000
commita65a6d62d19136e20ce6e6ec72d676a334dcc914 (patch)
tree5350750427accbe1ab4b1f9da492b089959ef01d /tmux.1
parent207789dc2d02467a06df82ca9fd58a9ebd4279ba (diff)
downloadrtmux-a65a6d62d19136e20ce6e6ec72d676a334dcc914.tar.gz
rtmux-a65a6d62d19136e20ce6e6ec72d676a334dcc914.tar.bz2
rtmux-a65a6d62d19136e20ce6e6ec72d676a334dcc914.zip
Add <, >, <=, >= for formats, GitHub issue 1747.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.18
1 files changed, 6 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 4c86ac95..5e1a223e 100644
--- a/tmux.1
+++ b/tmux.1
@@ -3946,9 +3946,13 @@ For example:
.Pp
Comparisons may be expressed by prefixing two comma-separated
alternatives by
-.Ql ==
+.Ql == ,
+.Ql != ,
+.Ql < ,
+.Ql > ,
+.Ql <=
or
-.Ql !=
+.Ql >=
and a colon.
For example
.Ql #{==:#{host},myhost}