aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-11-14 11:38:52 +0000
committerThomas Adam <thomas@xteddy.org>2015-11-14 11:38:52 +0000
commit7b4b78b41943082663ba75c7dcfb4e2efa86f4c7 (patch)
treed0e771c5dcdc91a455e06a352ca6508e7803e867 /tmux.h
parent7b749eff3510ccf173c029a92c266e91454ce600 (diff)
parentdab63b029e94dcabe335abf7f89c66c28486a542 (diff)
downloadrtmux-7b4b78b41943082663ba75c7dcfb4e2efa86f4c7.tar.gz
rtmux-7b4b78b41943082663ba75c7dcfb4e2efa86f4c7.tar.bz2
rtmux-7b4b78b41943082663ba75c7dcfb4e2efa86f4c7.zip
Merge branch 'obsd-master'
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. */