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

Backspace key now moves backwards through menus (matches curses version).

parent 016ec170
No related branches found
No related tags found
No related merge requests found
......@@ -1132,6 +1132,7 @@ hitesc:
api->savdepth--; }
return(*cur);
case ESC:
case '\b': /* backspace */
if(mode&WIN_ESC || (mode&WIN_CHE && api->changes)
&& !(mode&WIN_SAV)) {
hidemouse();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment