Merge pull request #104 from damib/issue79

Issue79
pull/117/head
TT 6 years ago committed by GitHub
commit 0e59f0a82b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2105,10 +2105,10 @@ ui_process_keypad(void)
if (key >= 0 && keypad_click(key))
/* exit loop on done or cancel */
break;
else if (key == -2) {
//xxx;
return;
}
// else if (key == -2) {
// //xxx;
// return;
// }
}
}

Loading…
Cancel
Save

Powered by TurnKey Linux.