alacritty / vte

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

Switch sync escape from DCS to CSI #96

Closed chrisduerr closed 1 year ago

chrisduerr commented 1 year ago

See alacritty/alacritty#6845.

chrisduerr commented 1 year ago

we could also ensure that the sizes of start and end are the same in tests for example

Why add a test, when we get the same guarantees like this without one? It's just pointless additional code.