alacritty / vte

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

Split `Mode` into `Public` and `Private` #105

Closed kchibisov closed 11 months ago

kchibisov commented 11 months ago

The modes could overlap and there's also no way to actually forward information about unhandled modes downstream, thus split the modes into 2 separate structures and pass unhandled modes.