You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When building [alexchandel/rust-gravity-worm] with
cargo build -u
and running withtarget/worm
, everything is fine. But when building and running withcargo run
, the program appears to receive additional input characters, and ncurses does not receive the user's keyboard input.The text was updated successfully, but these errors were encountered: