diff options
author | nicm <nicm> | 2017-09-11 06:53:06 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-09-11 06:53:06 +0000 |
commit | d8d6c2746ee5ddece53ad5b41ac9cf9c801ac94d (patch) | |
tree | 0057d930a7290c8a622a776332a838005fb401da | |
parent | 6fdaaa06372302f0c35e128d34a9fbd19de9cd00 (diff) | |
download | rtmux-d8d6c2746ee5ddece53ad5b41ac9cf9c801ac94d.tar.gz rtmux-d8d6c2746ee5ddece53ad5b41ac9cf9c801ac94d.tar.bz2 rtmux-d8d6c2746ee5ddece53ad5b41ac9cf9c801ac94d.zip |
Mention that filter is a format.
-rw-r--r-- | tmux.1 | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1403,7 +1403,9 @@ specifies the initial sort order: one of or .Ql activity . .Fl f -specifies an initial filter. +specifies an initial filter: the filter is a format - if it evaluates to zero, +the item in the list is not shown, otherwise it is shown. +If a filter would lead to an empty list, it is ignored. .Fl F specifies the format for each item in the list. .Fl N @@ -1460,7 +1462,9 @@ specifies the initial sort order: one of or .Ql time . .Fl f -specifies an initial filter. +specifies an initial filter: the filter is a format - if it evaluates to zero, +the item in the list is not shown, otherwise it is shown. +If a filter would lead to an empty list, it is ignored. .Fl F specifies the format for each item in the tree. .Fl N @@ -4111,7 +4115,9 @@ specifies the initial sort order: one of or .Ql size . .Fl f -specifies an initial filter. +specifies an initial filter: the filter is a format - if it evaluates to zero, +the item in the list is not shown, otherwise it is shown. +If a filter would lead to an empty list, it is ignored. .Fl F specifies the format for each item in the list. .Fl N |