I hit back-space and nothing happens.
ncurses is intercepting the character delete (127) generated by the backspace key and turning it into the "keysym" KEY_BACKSPACE.
Attached is a patch.
Patch to let backspace works.
Log in to post a comment.
Patch to let backspace works.