lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev Setting up lynx.lss


From: Rob Partington
Subject: Re: lynx-dev Setting up lynx.lss
Date: Mon, 31 May 1999 10:20:12 +0100

In message <address@hidden>, 
           address@hidden writes:
> > 
> > Ah. And I tried to compile all these versions with --enable-color-style 
> > but allways getting error: Configuration does not support color-styles. 
> > Today i checked the configure script and... 
> > if test $cf_cv_screen = slang ; then... 
> > I compile lynx with slang 1.3.6. A message like error: Configuration does 
> > not support color-styles using Slang is more apropriate. 
> > And why no support using Slang? I haven't a big idea of what is different 
> 
> It's not implemented.  slang's calling interface is incompatible with
> curses, and no one's spent the time to implement a set of calls in lynx
> to do this.

I did, and I'm sure I released that code to lynx-dev too.  I wrote an
intermediate layer that had some wacky define like USE_CURSES that broke
something else, I seem to remember.

Looking through LYCurses.h, the old #define chooser is still there.
If you're using curses/ncurses, you get curses_style; if you're using
slang, you get slang_style.

The question is what happened to slang_style?  Did I just forget to
post that part when I posted my patch, or was it removed for some reason?

Anyway, colour styles for slang was most certainly implemented (by me,
if no-one else).  What has happened to it since, I have no idea.
-- 
rob partington / address@hidden

reply via email to

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