mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
fix width of byte codepoints
This commit is contained in:
parent
deaa1da55e
commit
288f220f87
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ CODE:
|
|||
} else if (term_type != TERM_TYPE_BIG5 ||
|
||||
c[1] == '\0' ||
|
||||
!is_big5((unsigned char) c[0], (unsigned char) c[1])) {
|
||||
RETVAL = 1;
|
||||
RETVAL = i_wcwidth((unsigned char) *c);
|
||||
} else {
|
||||
RETVAL = 2;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue