alacritty / vte

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

Add support for DECRQM/DECRPM #104

Closed kchibisov closed 11 months ago

kchibisov commented 11 months ago

Fixes #100.

kchibisov commented 11 months ago

I guess this is fine? Or do we want a similar Reporter thing I had to help building downstream an escape sequence?

kchibisov commented 11 months ago

Added Clone + Copy on private mode, because it was on public, but not on private one.