lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV scrollok and lynx_force_repaint


From: John E. Davis
Subject: Re: LYNX-DEV scrollok and lynx_force_repaint
Date: Thu, 6 Nov 1997 13:02:53 -0500

On Thu, 6 Nov 1997 19:32:07 +0900 (JST), Nelson Henry Eric <address@hidden> 
said:
>Slang is much more "Kanji-savvy" than Screen.  Screen may be creating
>many of the problems.  Anyway, I was starting to get the impression from
>what John said that Slang doesn't erase the background, only overwrites.

   Actually it overwrites part of the background with spaces that will
form the background of the box:

#ifdef USE_SLANG
    SLsmg_fill_region(top, lx - 1, bottom - top, width + 4, ' ');
#else
   .
   .
#endif

--John
;
; To UNSUBSCRIBE:  Send a mail message to address@hidden
;                  with "unsubscribe lynx-dev" (without the
;                  quotation marks) on a line by itself.
;

reply via email to

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