Allow codepoint-widths to accept ranges, from san65384 at gmail dot com

in GitHub issue 4930.
This commit is contained in:
nicm
2026-03-18 08:38:54 +00:00
parent fd62f419ac
commit f516f8a1d4
2 changed files with 55 additions and 20 deletions

5
tmux.1
View File

@@ -4239,9 +4239,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