kkawakam / rustyline

Readline Implementation in Rust
https://crates.io/crates/rustyline/
MIT License
1.52k stars 175 forks source link

Add CSI-u support #700

Open dustletter opened 1 year ago

dustletter commented 1 year ago

Fixes #699

Feature detection isn't done yet, although I think blindly sending the progressive enhancement codes will be harmless? I'm also not sure if the parsing is complete enough for it to be safe to turn it on automatically.