lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

lynx-dev Re: your mail


From: Thomas E. Dickey
Subject: lynx-dev Re: your mail
Date: Wed, 3 Jul 2002 17:33:55 -0400 (EDT)

On Thu, 4 Jul 2002, Gleb V. Kotelnitskyy wrote:

> On Thu, Jun 06, 2002 at 08:08:34PM -0400, Thomas Dickey wrote:
> > On Thu, Jun 06, 2002 at 03:19:23PM +0000, address@hidden wrote:
> > > From: "Gleb V. Kotelnitskyy" <address@hidden>
> > > To: address@hidden
> > > Subject: lynx-dev log facility limitations
> > > i've found that there is some <subj> in Lynx Version 2.8.4rel.1 (17 Jul
> > > 2001)
> > > they consist of logging
> > > key (null)
> > > instead of desired non-englesh characters
> >
> > someone pointed this out a few months ago, and I fixed it in 2.8.5dev.8
> that's right? logging facility have been upgraded, but that's rather
> useless becouse code in LYKeymap.c
> have'nt been changed in function
> LYStringToKeycode
>
> There's need in such add-on to this function:
>
> else if (len == 4){
>          char *dst=0;
>          key=strtol(src,&dst,0);
>          if (dst == 0 || *dst != 0)
>          key = -1;
> }
>
> (in my instance of LYKeymap.c it starts from line 1202)
>
> for cmd_script to work properly

ok - thanks.

-- 
T.E.Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net


; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

[Prev in Thread] Current Thread [Next in Thread]