lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev 8-bit chars and LYgetstr


From: Laura Eaves
Subject: Re: lynx-dev 8-bit chars and LYgetstr
Date: Wed, 17 Feb 1999 22:15:18 -0500 (EST)

The problem is in

   key = SLang_do_key (Keymap_List, myGetChar);
   CTRACE(tfp,"slang key=%lx type=%2x\n",key,key?key->type:0);
   if ((key == NULL) || (key->type != SLKEY_F_KEYSYM))
     return DO_NOTHING;

in LYgetch() in LYStrings.c.
SL_do_key is returning a null pointer for the
chars in question.
Does this ring a bell?
Is Keymap_List set up wrong or is this a bug/feature of slang?
--le

reply via email to

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