This commit is contained in:
purplerain 2023-05-13 14:25:18 +00:00
parent f609457dcf
commit 62073e0295
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
318 changed files with 8112 additions and 4346 deletions

View file

@ -1,4 +1,4 @@
/* $OpenBSD: tmux.h,v 1.1197 2023/04/25 09:31:50 nicm Exp $ */
/* $OpenBSD: tmux.h,v 1.1198 2023/05/08 10:03:39 tb Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@ -723,7 +723,6 @@ struct grid_extd_entry {
/* Grid cell entry. */
struct grid_cell_entry {
u_char flags;
union {
u_int offset;
struct {
@ -733,6 +732,7 @@ struct grid_cell_entry {
u_char data;
} data;
};
u_char flags;
} __packed;
/* Grid line. */