mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-03-30 23:37:03 +00:00
rogueviz:: vertex search improvements
This commit is contained in:
parent
29ba4138a4
commit
bcadbdbcab
@ -1054,11 +1054,12 @@ void showVertexSearch() {
|
||||
dialog::addBreak(50);
|
||||
|
||||
dialog::addSelItem("matching items", its(isize(dialog::v)), 0);
|
||||
dialog::addInfo(XLAT("press letters to search"));
|
||||
dialog::display();
|
||||
|
||||
keyhandler = [] (int sym, int uni) {
|
||||
dialog::handleNavigation(sym, uni);
|
||||
if(dialog::editInfix(uni)) ;
|
||||
if(dialog::editInfix(uni)) dialog::list_skip = 0;
|
||||
else if(doexiton(sym, uni)) popScreen();
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user