mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-07-04 02:32: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));
|
dialog::addHelp(fix(str_dict_help));
|
||||||
|
|
||||||
keyhandler = [] (int sym, int uni) {
|
keyhandler = [] (int sym, int uni) {
|
||||||
if(among(uni, '$', '?')) { dialog::infix += uni; return; }
|
if(among(uni, '$', '?', '.')) { dialog::infix += uni; return; }
|
||||||
dialog::handleNavigation(sym, uni);
|
dialog::handleNavigation(sym, uni);
|
||||||
if(dialog::editInfix(uni)) dialog::list_skip = 0;
|
if(dialog::editInfix(uni)) dialog::list_skip = 0;
|
||||||
else if(doexiton(sym, uni)) popScreen();
|
else if(doexiton(sym, uni)) popScreen();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user