diff options
author | Thomas Adam <thomas@xteddy.org> | 2015-11-21 14:24:33 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2015-11-21 14:24:33 +0000 |
commit | 78a00c845cc4d4e80f36f7cda71e0ca9ea13dcf4 (patch) | |
tree | 293ff608c1e12ad04b811b5410beb8bd50386c49 /utf8.c | |
parent | 2c482939fdd92f1bd187cdcc661890dfa4e45512 (diff) | |
parent | 933929cd622478bb43afe590670613da2e9ff359 (diff) | |
download | rtmux-78a00c845cc4d4e80f36f7cda71e0ca9ea13dcf4.tar.gz rtmux-78a00c845cc4d4e80f36f7cda71e0ca9ea13dcf4.tar.bz2 rtmux-78a00c845cc4d4e80f36f7cda71e0ca9ea13dcf4.zip |
Merge branch 'obsd-master'
Conflicts:
tmux.h
Diffstat (limited to 'utf8.c')
-rw-r--r-- | utf8.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |