Restore code to handle wcwidth failure so that unknown codepoints still
authornicm <nicm@openbsd.org>
Sun, 8 Jan 2023 22:15:30 +0000 (22:15 +0000)
committernicm <nicm@openbsd.org>
Sun, 8 Jan 2023 22:15:30 +0000 (22:15 +0000)
commitcc390fd4eb1ccb187f06685b1c3039fce814b9b4
tree5ced9f46e48c037b75310dd177970b67085bfe93
parentd89c343ee7bdc297ea10067503a257d68d3a1f1e
Restore code to handle wcwidth failure so that unknown codepoints still
do the most likely right thing. GitHub issue 3427, patch based on an
diff from Jesse Luehrs in GitHub issue 3003.
usr.bin/tmux/utf8.c