1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-20 18:09:53 +00:00

rogueviz:: editInfix fix

This commit is contained in:
Zeno Rogue
2025-12-12 09:30:05 +01:00
parent e28276d098
commit a0c8fbe07b

View File

@@ -1122,7 +1122,7 @@ void showVertexSearch() {
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();
};