Skip to content

cargo run masks console input, particularly in ncurses #267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
alexchandel opened this issue Jul 26, 2014 · 0 comments
Closed

cargo run masks console input, particularly in ncurses #267

alexchandel opened this issue Jul 26, 2014 · 0 comments

Comments

@alexchandel
Copy link

When building [alexchandel/rust-gravity-worm] with cargo build -u and running with target/worm, everything is fine. But when building and running with cargo run, the program appears to receive additional input characters, and ncurses does not receive the user's keyboard input.

bors added a commit that referenced this issue Jul 28, 2014
Previously a pipe was made which could mess with stdin like in #267.

Closes #267
alexcrichton added a commit to alexcrichton/cargo that referenced this issue Sep 2, 2014
Previously a pipe was made which could mess with stdin like in rust-lang#267.

Closes rust-lang#267
bors added a commit to alexcrichton/cargo that referenced this issue Sep 2, 2014
Previously a pipe was made which could mess with stdin like in rust-lang#267.

Closes rust-lang#267
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant