mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-04 18:52:51 +00:00
rogueviz:: seuphorica:: dot is special
This commit is contained in:
parent
09b9b04a30
commit
7cfc952250
@ -1158,7 +1158,7 @@ void seuphorica_dictionary() {
|
||||
dialog::addHelp(fix(str_dict_help));
|
||||
|
||||
keyhandler = [] (int sym, int uni) {
|
||||
if(among(uni, '$', '?')) { dialog::infix += uni; return; }
|
||||
if(among(uni, '$', '?', '.')) { dialog::infix += uni; return; }
|
||||
dialog::handleNavigation(sym, uni);
|
||||
if(dialog::editInfix(uni)) dialog::list_skip = 0;
|
||||
else if(doexiton(sym, uni)) popScreen();
|
||||
|
Loading…
x
Reference in New Issue
Block a user