1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-05-09 00:22:06 +00:00

seuphorica:: compile with recent changes to editInfix

This commit is contained in:
Zeno Rogue
2026-04-17 17:10:46 +02:00
parent d3fa9d2e1e
commit 56fcee612b
+1 -1
View File
@@ -1172,7 +1172,7 @@ void seuphorica_dictionary() {
if(uni == '/') uni = '?';
if(among(uni, '$', '?', '.')) { dialog::infix += uni; return; }
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();
};