alacritty / vte

Parser for virtual terminal emulators
https://docs.rs/vte/
Apache License 2.0
242 stars 56 forks source link

Fix intermediate reset when going from DCS to ESC #72

Closed chrisduerr closed 3 years ago

chrisduerr commented 3 years ago

This resolves a bug when transitioning between DCS and ESC sequences, which would cause the intermediates of the ESC dispatch to contain data from the DCS sequence.