From 0fa4a189384cef057d46f83296041e2220b7bcfe 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 60a4aba4..2d199fcb 100644 --- a/terminal.h +++ b/terminal.h @@ -258,7 +258,6 @@ struct terminal { uint32_t show_cursor: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;