Files
nethack/sys/winnt
nethack.allison 4a6ed922d7 B08014 win32tty: hanging when ctrl+alt pressed
CTRL+ALT was being treated as a valid ALT-sequence,
 so the meta bit was being set on it, letting it slip past this
 check in wintty.c "if (!i) i = '\033';"

This overhauls the ALT processing in nttty.c, some of
which was using scancode mappings from the DOS port
needlessly.
2002-08-23 18:40:08 +00:00
..
2002-07-24 08:25:21 +00:00
2002-08-13 00:48:14 +00:00
2002-07-24 06:28:50 +00:00
2002-07-24 08:25:21 +00:00
2002-08-12 01:45:38 +00:00
2002-07-24 08:25:21 +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-07-24 08:25:21 +00:00
2002-03-29 06:30:33 +00:00
2002-07-24 08:25:21 +00:00
2002-08-21 15:21:56 +00:00