Files
nethack/sys/winnt
nethack.allison a67ed775cb number_pad (modified from <Someone>'s patch)
The number_pad option can now optionally hold a value
{0,1, 2 } for {off, on, DOS-mode} but plain number_pad and
!number_pad in config files still work as before.

When number_pad:2 is set, iflags.num_pad_mode is set to 1
which triggers the following behaviour:
> '5', M('5') and M('0') are mapped in rhack()
>in cmd.c, only when they are entered as a command. When used as a
>number, like in the 'n' command, no mapping takes place. '0' is
>already mapped to 'i' by the core. The
>only difference [<Someone>] left in (deliberately) is when you press Ctrl-0;
>this used to map to C('i'), which is an invalid command; now
>keep it '0' (which is interpreted as 'i' by the core.)
2003-06-06 03:49:56 +00:00
..
2002-07-24 08:25:21 +00:00
2003-05-12 02:25:08 +00:00
2003-02-22 01:20:14 +00:00
2003-06-03 10:09:07 +00:00
2003-05-18 18:53:13 +00:00
2003-06-03 10:09:07 +00:00
2002-07-24 08:25:21 +00:00
2002-03-29 06:30:33 +00:00
2002-02-12 23:00:27 +00:00
2002-07-24 08:25:21 +00:00
2002-09-02 23:28:54 +00:00
2003-05-12 02:25:08 +00:00
2003-03-15 12:33:57 +00:00
2002-07-24 08:25:21 +00:00
2002-08-21 15:21:56 +00:00