Path: utzoo!attcan!uunet!mcvax!cernvax!ethz!forty2!poole From: poole@forty2.UUCP (Simon Poole) Newsgroups: comp.os.minix Subject: Errors in stkbd.c (ST.Minix 1.1) Message-ID: <593@forty2.UUCP> Date: 20 Jan 89 00:00:53 GMT Reply-To: poole@forty2.UUCP (Simon Poole) Organization: Exp. Physics University Zuerich Lines: 18 According to the booklet should send ESC [J . Looking at the code in stkbd.c shows that this does not work with the current version, not only does have a '7' as value in the keyboard table, which leads to it not being processed by the function key code (which checks for a zero character value), even if it would get passed to the funktion key code, it would generate the sequence ESC [H ESC [J and not ESC [J . FIX: major rework of stkbd.c (BTW: if anybody is interested, I've got a tiny program that patches the kernel executable with a keytable file, so that you don't have to fixkeys the whole time) -- ---------------------------------------------------------------------------- UUCP: ...mcvax!cernvax!forty2!poole Simon Poole BITNET: K538915@CZHRZU1A ----------------------------------------------------------------------------