diff options
author | nicm <nicm> | 2017-05-29 15:43:48 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-05-29 15:43:48 +0000 |
commit | 12575014995582b30165d80efa1096eee7622a81 (patch) | |
tree | c81016d0b72c852aef849caacb9756fb6bb82026 /tmux.1 | |
parent | 1883d299bf853dac75cd67c012b9f074b0a4dbef (diff) | |
download | rtmux-12575014995582b30165d80efa1096eee7622a81.tar.gz rtmux-12575014995582b30165d80efa1096eee7622a81.tar.bz2 rtmux-12575014995582b30165d80efa1096eee7622a81.zip |
Add m: for fnmatch(3) format matching.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -3444,6 +3444,13 @@ if running on .Ql myhost , otherwise by .Ql 0. +An +.Ql m +specifies a +.Xr fnmatch 3 +comparison - the first argument is the pattern and the second the string to +compare. For example, +.Ql #{m:*foo*,#{host}} . .Pp A limit may be placed on the length of the resultant string by prefixing it by an |