lynx-dev
[Top][All Lists]
Advanced

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

LYNX-DEV Save to disk glitch followup.


From: Kent Robotti
Subject: LYNX-DEV Save to disk glitch followup.
Date: Wed, 30 Jul 1997 08:03:24 -0400

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.

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);
;
; 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]