Skip to content
Snippets Groups Projects
Commit 0a78b69b authored by deuce's avatar deuce
Browse files

Added F2 to the K_DEUCEEXIT exit conditions.

parent d5d60752
Branches
Tags
No related merge requests found
......@@ -1393,6 +1393,7 @@ int ugetstr(int left, int top, char *outstr, int max, long mode, int *lastkey)
if(mode&K_SCANNING)
ch=CR;
break;
case KEY_F(2):
case KEY_UP:
case KEY_DOWN:
if(mode&K_DEUCEEXIT)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment