sync
This commit is contained in:
parent
f609457dcf
commit
62073e0295
318 changed files with 8112 additions and 4346 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue