Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-03-18 12:01:09 +00:00
3 changed files with 60 additions and 21 deletions

7
tmux.1
View File

@@ -4241,9 +4241,10 @@ An array option allowing widths of Unicode codepoints to be overridden.
Note the new width applies to all clients.
Each entry is of the form
.Em codepoint=width ,
where codepoint may be a UTF-8 character or an identifier of the form
where codepoint may be a UTF-8 character, an identifier of the form
.Ql U+number
where the number is a hexadecimal number.
where the number is a hexadecimal number, or a range of the form
.Ql U+number-U+number .
.It Ic copy-command Ar shell-command
Give the command to pipe to if the
.Ic copy-pipe
@@ -4366,7 +4367,7 @@ causes
.Nm
to request the clipboard from the most recently used client (if possible) and
send the reply (if any) back to the application;
.Ic buffer
.Ic both
is the same as
.Ic request
but also creates a paste buffer.