-
Notifications
You must be signed in to change notification settings - Fork 3
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
Page Up, Backspace, and other keys show up as special characters #8
Comments
SUPPORT:
EDIT: btw backspace is working for me. |
Nevermind, looking at the commit again, I see that it is for the roster window, not chat window :) |
Backspace works now on my system. I can't think of a good reason for us to be defining our own KEY_BS rather than using ncurses' KEY_BACKSPACE - so let's stop doing that!
Waiting for your PR then closing this issue :) EDIT: obviously let me know if you encounter any issue! |
Backspace shows up as
ć
Home shows up as
Ć
Page up shows up as
œ
Page down shows up as
Œ
End shows up as
Ũ
Weirdly, arrow keys and delete work.
The text was updated successfully, but these errors were encountered: