csi/input: remove private mode 27127

This effectively reverts commit 31c73f0cf0.
This commit is contained in:
Craig Barnes 2022-02-09 20:50:20 +00:00
parent ee840a308a
commit e32707ffc0
5 changed files with 6 additions and 17 deletions

View file

@ -1808,7 +1808,6 @@ term_reset(struct terminal *term, bool hard)
term->insert_mode = false;
term->bracketed_paste = false;
term->focus_events = false;
term->modify_escape_key = false;
term->num_lock_modifier = true;
term->bell_action_enabled = true;
term->mouse_tracking = MOUSE_NONE;