mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
csi/input: remove private mode 27127
This effectively reverts commit 31c73f0cf0.
This commit is contained in:
parent
ee840a308a
commit
e32707ffc0
5 changed files with 6 additions and 17 deletions
|
|
@ -327,7 +327,6 @@ struct terminal {
|
|||
bool bracketed_paste;
|
||||
bool focus_events;
|
||||
bool alt_scrolling;
|
||||
bool modify_escape_key;
|
||||
bool modify_other_keys_2; /* True when modifyOtherKeys=2 (i.e. “CSI >4;2m”) */
|
||||
enum cursor_origin origin;
|
||||
enum cursor_keys cursor_keys_mode;
|
||||
|
|
@ -415,7 +414,6 @@ struct terminal {
|
|||
bool num_lock_modifier:1;
|
||||
bool bell_action_enabled:1;
|
||||
bool alt_screen:1;
|
||||
bool modify_escape_key:1;
|
||||
bool ime:1;
|
||||
bool app_sync_updates:1;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue