From 1f9ca7715f4bafd208690f00843c0c7112c55e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 9 Oct 2020 18:52:05 +0200 Subject: [PATCH] term: remove unused bit in xtsave struct --- terminal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/terminal.h b/terminal.h index cac3b7b0..b6fb2aec 100644 --- a/terminal.h +++ b/terminal.h @@ -260,7 +260,6 @@ struct terminal { uint32_t reverse_wrap:1; uint32_t auto_margin:1; uint32_t cursor_blink:1; - uint32_t insert_mode:1; uint32_t bracketed_paste:1; uint32_t focus_events:1; uint32_t alt_scrolling:1;