Add an option allowing users to override the width of individual Unicode

codepoints (overriding tmux's default list).
This commit is contained in:
nicm
2025-01-01 15:17:36 +00:00
parent eece41547e
commit e00853ee82
7 changed files with 371 additions and 233 deletions

8
tmux.1
View File

@ -4057,6 +4057,14 @@ Note that aliases are expanded when a command is parsed rather than when it is
executed, so binding an alias with
.Ic bind-key
will bind the expanded form.
.It Ic codepoint-widths[] Ar string
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
.Ql U+number
where the number is a hexadecimal number.
.It Ic copy-command Ar shell-command
Give the command to pipe to if the
.Ic copy-pipe