mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 23:56:58 +00:00
Merge branch 'obsd-master'
This commit is contained in:
12
tmux.1
12
tmux.1
@ -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
|
||||
|
Reference in New Issue
Block a user