kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.41k stars 151 forks source link

Feature Request: CSI u Support #323

Closed sxyazi closed 1 year ago

sxyazi commented 1 year ago

CSI u is an extension to the existing keyboard protocol, and is backward compatible.

The existing keyboard protocol has some known issues, such as inability to distinguish between Tab and C-i, and inability to recognize C-1, C-2, etc. for tab switching.

For more detail see: https://sw.kovidgoyal.net/kitty/keyboard-protocol/

krivahtoo commented 1 year ago

I think there will be CSI u support once migration to crossterm is done. Since crossterm already supports it.

133

sxyazi commented 1 year ago

Oh I didn't know this, thanks for the info! I will close it and focus on that one.