diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-09-11 10:01:11 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-09-11 10:01:11 +0100 |
commit | d8c397d1b7c4c3643c0b4bce0ea7674904a98d49 (patch) | |
tree | f55b5224d50885863ec0274057806639ff4d5641 /tmux.1 | |
parent | 7aa8b8a25cdc304df166e32c9013f991b38210f5 (diff) | |
parent | d8d6c2746ee5ddece53ad5b41ac9cf9c801ac94d (diff) | |
download | rtmux-d8c397d1b7c4c3643c0b4bce0ea7674904a98d49.tar.gz rtmux-d8c397d1b7c4c3643c0b4bce0ea7674904a98d49.tar.bz2 rtmux-d8c397d1b7c4c3643c0b4bce0ea7674904a98d49.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -1407,7 +1407,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 @@ -1464,7 +1466,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 @@ -4117,7 +4121,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 |