From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 1 Nov 2005 17:34:32 -0500 From: Russ Cox To: heiko.dudzus@gmx.de, Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] keyboard maps In-Reply-To: <20051101214808.GA13838@SDF.LONESTAR.ORG> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051101214808.GA13838@SDF.LONESTAR.ORG> Cc: Topicbox-Message-UUID: a3831ffe-ead0-11e9-9d60-3106f5b1d025 new kernels should be on sources tomorrow, or you can compile a new one yourself with the sources you already have. sorry for the inconvenience. On 11/1/05, Heiko Dudzus wrote: > After making a replica/pull today, I have problems with the kbmaps in > /sys/lib/kbmap. The third field of each entry (value of unicode > character) has changed from hexadecimal value to literal > representation (e.g. 'o instead of 0x6f and ^[ instead of 0x1b). > > Writing a kbmap with representations like ^X for control characters > to /dev/kbmap fails with Ebadarg: "bad arg in system call" (although > that representation conforms to the new version of kbmap(3)). > > The kernel is 9pc (binary from sources), dated on Oct 27. > > I stepped back to the old kbmaps as a workaround but thought I should > mention the problem. >