Closed QuarkNerd closed 2 years ago
Using
menu = "0.3.2" pancurses = "0.16.1"
win 10, cargo run run in Git BASH.
cargo run
I copied the example and it behaves like so
cmd
>
I press a
>> a
I press b
>> > ab
I press c
>> > a> abc
It appears your terminal doesn't understand "\r" as "go back to start of line"
Is this one now ok to close given that it should be reasonable for a terminal to process return?
Using
win 10,
cargo run
run in Git BASH.I copied the example and it behaves like so
cmd
I press a
I press b
I press c