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 21:42:01 -0500 (EST)

> Date: Wed, 17 Feb 1999 17:19:25 -0600 (CST)
> From: Klaus Weide <address@hidden>
>...
> Laura showed some debug output earlier, that showed she did get *something*.
> But perhaps slang is converting 8-bit control characters to their 7-bit
> representations. That would be  0x87 -> 0x1b 0x47,  0x8b -> 0x1b 0x4b.

That's not what it translated to...

> 1st possibility: slang translates "\207" to 0x10F.  According to _my_
> slang.h, 0x10F means to slang SL_KEY_UNDO.  I can't imagine why slang
> would treat two inputs as an "Undo" key (unless your terminfo/termcap
> tells it so).
>
> 2nd possibility: slang translates "\207" to XY, The lynx code
> further processes XY to 0x10F.  0x10F meant DO_NOTHING in ...dev.17,
> but in dev.17 DO_NOTHING should (ago as some versions ago) be 0x10E.
> Do you still get 0x10F with dev.17, or do you get 0x10E now?

Aha! Progress -- now the chars translate to 10E...
So I should look for code returning DO_NOTHING?
--le

reply via email to

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