Skip to content
Snippets Groups Projects
Commit f076040c authored by rswindell's avatar rswindell
Browse files

Bug-fix in ugetstr(): keypad "Del" key (at least in SDL-Windows mode) was

inserting an ASCII char 127 into the string rather that deleting the current
character (or the selected string, as the case may be). There was already a
translation from DEL to CIO_KEY_DC ("For compatibility with terminals lacking
special keys") in ulist(), but this translation did not exit in ugetstr(). I'm
sure if sdl_getch()'s behavior is expected/correct, but in any case, this fix
seemed to be the most appropriate.
parent 7ebf6a99
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment