summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-05-08 12:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2023-05-08 12:01:09 +0100
commit149d9cc851dbf184b5b2041a5ec4be426b2f2914 (patch)
tree4fdd5091109b0557c1d8af606809afde8eb08f15 /tmux.h
parentfbe6fe7f55cfc2a32f9cee4cb50502a53d3ce8bb (diff)
parent204d8f31d7fc003e41622e21a9303dc017ad14fa (diff)
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 e2becb1c..599638f5 100644
--- a/tmux.h
+++ b/tmux.h
@@ -727,7 +727,6 @@ struct grid_extd_entry {
/* Grid cell entry. */
struct grid_cell_entry {
- u_char flags;
union {
u_int offset;
struct {
@@ -737,6 +736,7 @@ struct grid_cell_entry {
u_char data;
} data;
};
+ u_char flags;
} __packed;
/* Grid line. */