We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Same problem here. After a call to getch the cursor starts to constantly move down line by line.
Here is a program to reproduce the behaviour:
require "ncursesw" Ncurses.initscr Ncurses.addstr("Cursor starts to move down!") Ncurses.getch # Wait for a keypress to quit Ncurses.endwin
System:
Sorry, something went wrong.
adding Ncurses.cbreak after Ncurses.initscr
Ncurses.cbreak
Ncurses.initscr
will stop this from happening
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: