mirror of
https://github.com/tmux/tmux.git
synced 2026-03-26 13:16:37 +00:00
Merge branch 'master' into floating_panes
This commit is contained in:
7
tmux.1
7
tmux.1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user