aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
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 5c94b0f7..703dd440 100644
--- a/tmux.h
+++ b/tmux.h
@@ -627,7 +627,7 @@ struct utf8_data {
u_char have;
u_char size;
- u_char width;
+ u_char width; /* 0xff if invalid */
} __packed;
/* Grid attributes. */