Re: patch for keytable translation

2000-04-10 Thread OKUJI Yoshinori
From: Pixel [EMAIL PROTECTED] Subject: Re: patch for keytable translation Date: 29 Mar 2000 00:01:20 +0200 oh, i've also find a bug in edit menu, 'O' command adds line, but the selected line goes beyond the end. It is easy to see using a coloured menu. Did you mistake `O' for `o'? I found

Re: patch for keytable translation

2000-03-28 Thread Pixel
Pixel [EMAIL PROTECTED] writes: Here is a patch to enable simple translation of chars. oups, seems like it doesn't work when put in the menu.lst as a BUILTIN_MENU. Well kinda: it works but fell back to command line afterwards. It must be num_entries being 0 at stage2.c around line 700. But i

Re: patch for keytable translation

2000-03-28 Thread OKUJI Yoshinori
From: Pixel [EMAIL PROTECTED] Subject: patch for keytable translation Date: 28 Mar 2000 22:23:07 +0200 Here is a patch to enable simple translation of chars. It's quite simple. I renamed the getkey definitions to raw_getkey, and added a wrapper function getkey. It should be merged