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
I can't capture any of the multibyte characters (ie. function keys, arrow keys, and ESC) because they are all evaluating to the same thing: "\e".
Description of Curses.get_char: "Read and returns a character or function key from the window." (emphasis mine)
Single byte characters work fine, and escape code characters (\t for tab) work.
Using version 1.4.3 (I'd like to navigate through text buffers with directional keys)
Thank you for any insight or feedback in advance.
The text was updated successfully, but these errors were encountered:
Nevermind. I found the "keypad" method in the Window class.
Sorry, something went wrong.
Thank you.
No branches or pull requests
I can't capture any of the multibyte characters (ie. function keys, arrow keys, and ESC) because they are all evaluating to the same thing: "\e".
Description of Curses.get_char: "Read and returns a character or function key from the window." (emphasis mine)
Single byte characters work fine, and escape code characters (\t for tab) work.
Using version 1.4.3
(I'd like to navigate through text buffers with directional keys)
Thank you for any insight or feedback in advance.
The text was updated successfully, but these errors were encountered: