alacritty / vte

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

Add support for kitty keyboard protocol (CSI u) #93

Closed kchibisov closed 1 year ago

kchibisov commented 1 year ago

This just adds handling of the mentioned CSI escapes in the spec and don't provide any sequence transformation for the terminals

Links: https://sw.kovidgoyal.net/kitty/keyboard-protocol

kchibisov commented 1 year ago

Hm, also needs CSI = flags ; mode u

kchibisov commented 1 year ago

Hm, also needs CSI = flags ; mode u

Done.