Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam 2024-12-03 14:01:12 +00:00
commit 98e322d5a5

31
tmux.1
View File

@ -371,7 +371,7 @@ Enter copy mode and scroll one page up.
.It Left, Right .It Left, Right
Change to the pane above, below, to the left, or to the right of the current Change to the pane above, below, to the left, or to the right of the current
pane. pane.
.It M-1 to M-5 .It M-1 to M-7
Arrange panes in one of the seven preset layouts: Arrange panes in one of the seven preset layouts:
even-horizontal, even-vertical, even-horizontal, even-vertical,
main-horizontal, main-horizontal-mirrored, main-horizontal, main-horizontal-mirrored,
@ -761,8 +761,8 @@ The start of a session name, for example
would match a session named would match a session named
.Ql mysession . .Ql mysession .
.It .It
An A
.Xr fnmatch 3 .Xr glob 7
pattern which is matched against the session name. pattern which is matched against the session name.
.El .El
.Pp .Pp
@ -810,8 +810,8 @@ An exact window name, such as
The start of a window name, such as The start of a window name, such as
.Ql mysession:mywin . .Ql mysession:mywin .
.It .It
As an As a
.Xr fnmatch 3 .Xr glob 7
pattern matched against the window name. pattern matched against the window name.
.El .El
.Pp .Pp
@ -2861,7 +2861,7 @@ other commands are not blocked from running until the indicator is closed.
.Xc .Xc
.D1 Pq alias: Ic findw .D1 Pq alias: Ic findw
Search for a Search for a
.Xr fnmatch 3 .Xr glob 7
pattern or, with pattern or, with
.Fl r , .Fl r ,
regular expression regular expression
@ -4232,8 +4232,8 @@ supports.
.Pp .Pp
This is an array option where each entry is a colon-separated string made up This is an array option where each entry is a colon-separated string made up
of a terminal type pattern (matched using of a terminal type pattern (matched using
.Xr fnmatch 3 ) .Xr glob 7
followed by a list of terminal features. patterns) followed by a list of terminal features.
The available features are: The available features are:
.Bl -tag -width Ds .Bl -tag -width Ds
.It 256 .It 256
@ -4289,7 +4289,8 @@ Allow terminal descriptions read using
to be overridden. to be overridden.
Each entry is a colon-separated string made up of a terminal type pattern Each entry is a colon-separated string made up of a terminal type pattern
(matched using (matched using
.Xr fnmatch 3 ) .Xr glob 7
patterns)
and a set of and a set of
.Em name=value .Em name=value
entries. entries.
@ -5627,14 +5628,14 @@ true, for example
.Pp .Pp
An An
.Ql m .Ql m
specifies an specifies a
.Xr fnmatch 3 .Xr glob 7
or regular expression comparison. pattern or regular expression comparison.
The first argument is the pattern and the second the string to compare. The first argument is the pattern and the second the string to compare.
An optional argument specifies flags: An optional argument specifies flags:
.Ql r .Ql r
means the pattern is a regular expression instead of the default means the pattern is a regular expression instead of the default
.Xr fnmatch 3 .Xr glob 7
pattern, and pattern, and
.Ql i .Ql i
means to ignore case. means to ignore case.
@ -5644,8 +5645,8 @@ or
.Ql #{m/ri:^A,MYVAR} . .Ql #{m/ri:^A,MYVAR} .
A A
.Ql C .Ql C
performs a search for an performs a search for a
.Xr fnmatch 3 .Xr glob 7
pattern or regular expression in the pane content and evaluates to zero if not pattern or regular expression in the pane content and evaluates to zero if not
found, or a line number if found. found, or a line number if found.
Like Like