lynx-dev
[Top][All Lists]
Advanced

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

Re: [Lynx-dev] Patch for S-Lang 2.0


From: Thomas Dickey
Subject: Re: [Lynx-dev] Patch for S-Lang 2.0
Date: Wed, 16 Feb 2005 20:32:26 -0500
User-agent: Mutt/1.5.6+20040907i

On Sat, Feb 12, 2005 at 08:47:16PM +0100, Gisle Vanem wrote:
> "Thomas Dickey" wrote:
> 
> 
> >On Sat, Feb 12, 2005 at 05:33:55PM +0100, Gisle Vanem wrote:
> >>S-Lang 2.0 (pre 4) has changed it's API; SLang_Error is now a hidden 
> >>internal. And SLexpand_escaped_string() takes an extra UTF8 parameter.
> >
> >I'd noticed that (and also John Davis had said he would supply a patch
> >for slang-2, so I hadn't done anything with it).  Thanks.
> 
> I only made it compile with S-Lang 2. It doesn't work thought; only the
> links are coloured correctly. The normal text is invisible (blue on blue).
> And the screen isn't cleared when e.g. going to the 'O'ption page.
> 
> I assume it's due to SLsmg_char_type is now a structure. I've not looked
> into this yet. So any pointers are welcome.

That might be related.  But (an hour's investigation) leads me to suspect
that it's not processing (the slang equivalent of)
        addch('\n')
as it should.  It simply continues going to the right, until a subsequent
wmove() fixes things again.

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




reply via email to

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