mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-07-25 02:48:52 +00:00
editInfix now also has sym argument
This commit is contained in:
+1
-1
@@ -4227,7 +4227,7 @@ EX void find_parameter() {
|
||||
|
||||
keyhandler = [] (int sym, int uni) {
|
||||
dialog::handleNavigation(sym, uni);
|
||||
if(dialog::editInfix(uni)) dialog::list_skip = 0;
|
||||
if(dialog::editInfix(sym, uni)) dialog::list_skip = 0;
|
||||
else if(doexiton(sym, uni)) popScreen();
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user