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;