Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!uunet!mcsun!unido!marco!leo From: leo@marco.UUCP (Matthias Pfaller) Newsgroups: comp.os.minix Subject: 1.5.0 ST kernel/stkbd.c Keywords: keypad key '2' wrong Message-ID: <284@alice.marco.UUCP> Date: 10 Feb 90 09:10:49 GMT Organization: marco GmbH, 8047 Karlsfeld, West-Germany Lines: 9 In line 202 of kernel/stkbd.c the keypad key '2' is defined to return "ESC O w". This is wrong. The key should return "ESC O r". You should change the line from < /* 32 = 2 */ {'w', 0}, to > /* 32 = 2 */ {'r', 0}, to get a vt100-compatible keyboard. leo@marco.UUCP (Matthias Pfaller)