From 4ae0e7c922e1d12b9b50e69e6659f9b453c6c905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 1 May 2020 21:47:38 +0200 Subject: [PATCH] unicode-combining: pack struct --- terminal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.h b/terminal.h index d9261bab..93e6fea8 100644 --- a/terminal.h +++ b/terminal.h @@ -81,7 +81,7 @@ struct damage { struct combining_chars { uint8_t count; wchar_t chars[2]; /* This is XTerms default, but there _are_ cases where more are needed */ -}; +} __attribute__((packed)); #endif struct row {