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:
@@ -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();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user