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
I'm having trouble with backspace not working. When in the file loading and breakpoint popups pressing backspace does nothing. Pressing delete works as expected.
I haven't looked into why but getch() returns 263 when i press backspace. Perhaps some locale setting...
Anyways, I made it work by also checking for KEY_BACKSPACE. Will create a pull-request.
The text was updated successfully, but these errors were encountered:
I'm having trouble with backspace not working. When in the file loading and breakpoint popups pressing
backspace
does nothing. Pressingdelete
works as expected.I haven't looked into why but getch() returns 263 when i press backspace. Perhaps some locale setting...
Anyways, I made it work by also checking for
KEY_BACKSPACE
. Will create a pull-request.The text was updated successfully, but these errors were encountered: