mirror of
https://github.com/tmate-io/tmate.git
synced 2026-01-23 02:24:06 +00:00
The private use area at U+E000 to U+F8FF is not very useful if it is
width 0, make it width 1 instead.
This commit is contained in:
parent
205d15e82d
commit
3db0d50df4
1 changed files with 1 additions and 1 deletions
2
utf8.c
2
utf8.c
|
|
@ -264,7 +264,7 @@ static struct utf8_width_entry utf8_width_table[] = {
|
|||
{ 0x0abe5, 0x0abe5, 0, NULL, NULL },
|
||||
{ 0x0abed, 0x0abed, 0, NULL, NULL },
|
||||
{ 0x0f900, 0x0fa6d, 2, NULL, NULL },
|
||||
{ 0x0d800, 0x0f8ff, 0, NULL, NULL },
|
||||
{ 0x0d800, 0x0dfff, 0, NULL, NULL },
|
||||
{ 0x0fa70, 0x0fad9, 2, NULL, NULL },
|
||||
{ 0x0fff9, 0x0fffb, 0, NULL, NULL },
|
||||
{ 0x0fe30, 0x0fe52, 2, NULL, NULL },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue