Describe the bug
I'm trying the examples and getting odd behavior that prevents the examples from working properly.
To Reproduce
Steps to reproduce the behavior:
- Below you can see how I compiled an ran.
- I did not hit any key after compilation and it automatically fills in "No" for the first answer.
- I try to type
y on the next question and what prints to the screen is yy.
- Any example that requires typing input comes out as doubled for each key you type.
cargo r --example confirm
Finished dev [unoptimized + debuginfo] target(s) in 0.18s
Running `c:\cartar\debug\examples\confirm.exe`
> Do you live in Brazil? No
Your answer: false
? Do you want to move to another country? yy
Expected behavior
The keystrokes printed to the screen match what I type.
Desktop (please complete the following information):
Describe the bug
I'm trying the examples and getting odd behavior that prevents the examples from working properly.
To Reproduce
Steps to reproduce the behavior:
yon the next question and what prints to the screen isyy.Expected behavior
The keystrokes printed to the screen match what I type.
Desktop (please complete the following information):