kkawakam / rustyline

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

add Cmd::Repaint #734

Closed sujiacong closed 1 year ago

sujiacong commented 1 year ago

I need to rely on this refresh-only action when implementing a list function similar to bash complete. Do you think this PR can be merged into the main branch?

gwenn commented 1 year ago

Repaint seems to be the norm:

gwenn commented 1 year ago

Thanks.