editInfix now also has sym argument

This commit is contained in:
Zeno Rogue
2025-12-11 20:48:08 +01:00
parent 5d56c8679f
commit 38e50861a0
8 changed files with 15 additions and 9 deletions
+1 -1
View File
@@ -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();
};
}