Files
nethack/win/tty
Pasi Kallinen fd9745f9c6 Command repeating by using cmd queues
This replaces the old pushq/saveq arrays (which were used to save
the keys pressed by the user for repeating a previous command)
with a new command queue.  This means there's no hard-coded limit
to the saved keys, and it can repeat extended commands which are
not bound to any key.
2022-08-09 11:54:45 +03:00
..
2018-11-11 10:29:52 -05:00
2022-05-07 10:25:13 -04:00
2022-07-14 16:29:08 -07:00