1
0
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:
Zeno Rogue 2025-06-07 16:23:36 +02:00
parent 09b9b04a30
commit 7cfc952250

View File

@ -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();