mirror of
https://github.com/tmux/tmux.git
synced 2025-01-07 16:28:48 +00:00
Mention that filter is a format.
This commit is contained in:
parent
6fdaaa0637
commit
d8d6c2746e
12
tmux.1
12
tmux.1
@ -1403,7 +1403,9 @@ specifies the initial sort order: one of
|
|||||||
or
|
or
|
||||||
.Ql activity .
|
.Ql activity .
|
||||||
.Fl f
|
.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
|
.Fl F
|
||||||
specifies the format for each item in the list.
|
specifies the format for each item in the list.
|
||||||
.Fl N
|
.Fl N
|
||||||
@ -1460,7 +1462,9 @@ specifies the initial sort order: one of
|
|||||||
or
|
or
|
||||||
.Ql time .
|
.Ql time .
|
||||||
.Fl f
|
.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
|
.Fl F
|
||||||
specifies the format for each item in the tree.
|
specifies the format for each item in the tree.
|
||||||
.Fl N
|
.Fl N
|
||||||
@ -4111,7 +4115,9 @@ specifies the initial sort order: one of
|
|||||||
or
|
or
|
||||||
.Ql size .
|
.Ql size .
|
||||||
.Fl f
|
.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
|
.Fl F
|
||||||
specifies the format for each item in the list.
|
specifies the format for each item in the list.
|
||||||
.Fl N
|
.Fl N
|
||||||
|
Loading…
Reference in New Issue
Block a user