Skip to content
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

MacOSX cannot delete characters in "Entry name" field. #2

Open
Gnappuraz opened this issue Nov 6, 2019 · 2 comments
Open

MacOSX cannot delete characters in "Entry name" field. #2

Gnappuraz opened this issue Nov 6, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@Gnappuraz
Copy link
Collaborator

Gnappuraz commented Nov 6, 2019

Trying to delete characters while filling the "Entry name" field causes ^? to be printed and later saved instead.

I could only verify this on MacOSX 10.15 Catalina.

Screenshot 2019-11-06 at 16 23 35

@Gnappuraz Gnappuraz added the bug Something isn't working label Nov 6, 2019
@Ruteri
Copy link
Owner

Ruteri commented Nov 6, 2019

Since I cannot reproduce it on Ubuntu 18, it's most likely that the key passed into InputHandler::process_key is not KEY_BACKSPACE when you press backspace (otherwise it would do something but printing the ^? key).

@Gnappuraz
Copy link
Collaborator Author

I agree, I was trying to debug what is happening there but ncurses don't make it easy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants