console-rs / dialoguer

Rust utility library for nice command line prompts and similar things
MIT License
1.33k stars 143 forks source link

Experimental branch that adds invisble cursor key reads #301

Closed mitsuhiko closed 9 months ago

mitsuhiko commented 9 months ago

Experimental branch using the changes in https://github.com/console-rs/console/pull/202 to restore cursor state in read key situations on ctrl+c.

Fixes #294