summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-11-14 10:56:31 +0000
committernicm <nicm>2015-11-14 10:56:31 +0000
commit64333e3ef89047d1c09cdc5053af647dbd8344da (patch)
tree99b3efed938dd8499c791ce04830ec738b87041c /tmux.h
parentc56b81a2ce815f6d289232f20bb6e07cfd0e36ec (diff)
Be more strict about invalid UTF-8.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index e69b74b1..2bc1f0a4 100644
--- a/tmux.h
+++ b/tmux.h
@@ -624,7 +624,7 @@ struct utf8_data {
u_char have;
u_char size;
- u_char width;
+ u_char width; /* 0xff if invalid */
} __packed;
/* Grid attributes. */