From: Pasi Kallinen Date: Thu, 29 Jul 2021 11:43:41 +0000 (+0300) Subject: Allow meta-keys in getloc X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4007640882d41ed19459bbf427819df8ed6ba8f2;p=nethack Allow meta-keys in getloc Fix altmeta again, to (re)allow meta-keys in getloc, for example fast-moving the cursor with altmeta and number_pad. --- diff --git a/src/do_name.c b/src/do_name.c index 2bdc1ce66..e2a51042c 100644 --- a/src/do_name.c +++ b/src/do_name.c @@ -734,6 +734,7 @@ getpos(coord *ccp, boolean force, const char *goal) rushrun = FALSE; + g.program_state.getting_a_command = 1; c = readchar_poskey(&tx, &ty, &sidx); if (hilite_state) {