]> granicus.if.org Git - nethack/commit
Movement key reworking
authorPasi Kallinen <paxed@alt.org>
Sat, 3 Jul 2021 12:19:53 +0000 (15:19 +0300)
committerPasi Kallinen <paxed@alt.org>
Sat, 3 Jul 2021 15:20:24 +0000 (18:20 +0300)
commitdb68395d6919fa2a786cfbb8f7849912ab1ae660
tree3868f9b014ed3966c8e6cdf9bccadfd2d1eb19f4
parent0ba7ff46b9252db3825c94407da5008d99012c1e
Movement key reworking

Put the rush and run movement keys into g.Cmd instead of bit twiddling
the normal walk keys in multiple places to get the run and rush keys.

Allow meta keys in getpos. Use the normal running keys to fast-move
in getpos, instead of explicit HJKL - I polled couple places online,
and number_pad users did not use the HJKL keys in getpos.

Make meta keys work even after a prefix key.
doc/fixes37.0
include/decl.h
include/extern.h
src/cmd.c
src/dig.c
src/do_name.c