Reorder struct grid_cell_entry
authortb <tb@openbsd.org>
Mon, 8 May 2023 10:03:39 +0000 (10:03 +0000)
committertb <tb@openbsd.org>
Mon, 8 May 2023 10:03:39 +0000 (10:03 +0000)
commit4b9d1c52dbc5d7e6cf1227d1435f847b53e98438
treef220c8fd9a1643b67038cd0085411697069f8313
parent44629abd96c6f7f20f6592fa510851abfea9b2f0
Reorder struct grid_cell_entry

On aarch64 with llvm 15, the new -Wunaligned-access emits noise on every
one of tmux's source files. This avoids this warning by moving a u_char
to the end of the struct. This does not change the size of the struct on
any architecture.

ok nicm
usr.bin/tmux/grid.c
usr.bin/tmux/tmux.h