mirror of
https://github.com/tmux/tmux.git
synced 2025-04-29 17:28:49 +00:00
Bad merge.
This commit is contained in:
parent
57b4d3d593
commit
c2b53598ad
2
utf8.c
2
utf8.c
@ -115,7 +115,7 @@ utf8_width(wchar_t wc)
|
|||||||
width = wcwidth(wc);
|
width = wcwidth(wc);
|
||||||
#endif
|
#endif
|
||||||
if (width < 0 || width > 0xff) {
|
if (width < 0 || width > 0xff) {
|
||||||
log_debug("Unicode %04x, wcwidth() %d", wc, width);
|
log_debug("Unicode %04lx, wcwidth() %d", (long)wc, width);
|
||||||
|
|
||||||
#ifndef __OpenBSD__
|
#ifndef __OpenBSD__
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user