lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev [BUGS 2.8.3.dev4] partial, off-by-one


From: Vlad Harchev
Subject: Re: lynx-dev [BUGS 2.8.3.dev4] partial, off-by-one
Date: Tue, 20 Jul 1999 00:31:33 +0500 (SAMST)

On Mon, 19 Jul 1999, Klaus Weide wrote:

> On Sun, 18 Jul 1999, Ilya Zakharevich wrote:
> 
>[..] 
> If your problem is that your curses library cannot deal with
> positioning on the last screen position without somehow leading to
> scrolling, AND you cannot avoid that with the right setting of
> -show_cursor, you should probably talk to "HV"; in MainLoop.c:
> 
>     /* turn off cursor since now it's probably on statusline -HV */
>     move((LYlines - 1), (LYcols - 1));
> 
> I remember having had a discussion about this, it should be protected
> by 'if (!LYShowCursor)' and/or '#if defined(FANCY_CURSES) || 
> defined(USE_SLANG)'
> as is done in some other places.  I don't remember who HV was, VH was that
> you?

   Yes, it was me. All I remember from that discussion is that I agreed that
  this had to be wrapped into
#if defined(FANCY_CURSES) || defined(USE_SLANG)
  but not in 'if (!LYShowCursor)'
    I forget to fix that. Sorry..

>[...]
 Best regards,
  -Vlad


reply via email to

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