summaryrefslogtreecommitdiffstats
path: root/utf8.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-11-21 14:24:33 +0000
committerThomas Adam <thomas@xteddy.org>2015-11-21 14:24:33 +0000
commit78a00c845cc4d4e80f36f7cda71e0ca9ea13dcf4 (patch)
tree293ff608c1e12ad04b811b5410beb8bd50386c49 /utf8.c
parent2c482939fdd92f1bd187cdcc661890dfa4e45512 (diff)
parent933929cd622478bb43afe590670613da2e9ff359 (diff)
Merge branch 'obsd-master'
Conflicts: tmux.h
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utf8.c b/utf8.c
index 2a152d48..ad99edce 100644
--- a/utf8.c
+++ b/utf8.c
@@ -354,6 +354,7 @@ utf8_set(struct utf8_data *ud, u_char ch)
u_int i;
*ud->data = ch;
+ ud->have = 1;
ud->size = 1;
ud->width = 1;