diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-11-17 05:10:11 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-11-17 03:10:11 +0100 |
commit | bcdc605436ebe137173c531844a739eda6ee41ae (patch) | |
tree | 70b9a2655571a6df15bff7fa08b94425e4e6bfa3 /alacritty_terminal/src/grid/storage.rs | |
parent | 495a6f3526f5127c342d67980d0335f1ed4e235b (diff) | |
download | alacritty-bcdc605436ebe137173c531844a739eda6ee41ae.tar.gz alacritty-bcdc605436ebe137173c531844a739eda6ee41ae.zip |
Fix ESC escapes not ignoring invalid intermediates
Previously, `ESC` escapes would ignore invalid intermediates and still
execute the specified actions, leading to false positives. If there's an
unexpected, intermediate specified now, the escape will be dropped.
This also fixes an issue with `CSI Ps c` not dropping the escape with
invalid intermediates.
Diffstat (limited to 'alacritty_terminal/src/grid/storage.rs')
0 files changed, 0 insertions, 0 deletions