[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
- Re: lynx-dev 8-bit chars and LYgetstr, (continued)
- Re: lynx-dev 8-bit chars and LYgetstr, Laura Eaves, 1999/02/17
- Re: lynx-dev 8-bit chars and LYgetstr, dickey, 1999/02/17
- Re: lynx-dev 8-bit chars and LYgetstr, Laura Eaves, 1999/02/17
- Re: lynx-dev 8-bit chars and LYgetstr, dickey, 1999/02/17
- Re: lynx-dev 8-bit chars and LYgetstr, Laura Eaves, 1999/02/17
- Re: lynx-dev 8-bit chars and LYgetstr, Laura Eaves, 1999/02/17
- Re: lynx-dev 8-bit chars and LYgetstr, dickey, 1999/02/17
- Re: lynx-dev 8-bit chars and LYgetstr,
Laura Eaves <=
- Re: lynx-dev 8-bit chars and LYgetstr, Laura Eaves, 1999/02/17
- Re: lynx-dev 8-bit chars and LYgetstr, Laura Eaves, 1999/02/17
- Re: lynx-dev 8-bit chars and LYgetstr, Laura Eaves, 1999/02/18
- Re: lynx-dev 8-bit chars and LYgetstr, Laura Eaves, 1999/02/18
- Re: lynx-dev 8-bit chars and LYgetstr, Henry Nelson, 1999/02/22
- Re: lynx-dev 8-bit chars and LYgetstr, dickey, 1999/02/22