lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Save to disk glitch followup.


From: Foteos Macrides
Subject: Re: LYNX-DEV Save to disk glitch followup.
Date: Wed, 30 Jul 1997 12:19:07 -0500 (EST)

"T.E.Dickey" <address@hidden> wrote:
>> When i download something then save it to disk, the screen
>> goes black at the bottom for a instant at the end of the
>> save.
>it sounds as if you're getting a clear-screen momentarily as a result of
>the initialization of curses (slang in this case).  That's a combination
>of the terminal description (usually contains a clear in the initialization
>string) and the library assumptions (it may clear the screen even if there's
>nothing in the initialization string).
> 
>There is not much (portable) that you can do about that.
>
>> This is with lynx2-7-1 and the recent fotemods "7-27-97".
>> make linux-slang on linux
>> 
>> 
>> It seems to be this below from LYDownload.c that causes the glitch.
>> 
>>         fflush(stderr);
>>         fflush(stdout); 
>>     /*  stop_curses(); */   <---
>>      system(command);
>>         fflush(stdout);     
>>      fflush(stderr);
>>         start_curses();
>> #endif /* VMS */
>>      chmod(buffer, 0600);

        I added that intentionally because the DOWNLOADER could be a
script with messaging, and that messaging would otherwise be trashed.

                                Fote

=========================================================================
 Foteos Macrides            Worcester Foundation for Biomedical Research
 address@hidden         222 Maple Avenue, Shrewsbury, MA 01545
=========================================================================
;
; 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]