lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev please $CYGWIN=notty ?


From: Thomas Dickey
Subject: Re: lynx-dev please $CYGWIN=notty ?
Date: Mon, 16 Dec 2002 20:20:22 -0500
User-agent: Mutt/1.3.27i

On Mon, Dec 16, 2002 at 11:06:13PM -0300, Fr?d?ric L. W. Meunier wrote:
 
> Do you know when it was added ? I think it worked 5 months ago
> with different lynx and screen versions.

The conout code was in 2.8.4

This chunk in LYCurses.c may be related (in fact it doesn't fix all
of the problems, but cygwin's terminal support is a little fragile):

#ifdef __CYGWIN__
    /*
     * Workaround for buggy Cygwin, which breaks subprocesses of a
     * full-screen application (tested with cygwin dll, dated
     * 2002/6/23 -TD)
     */
    if (!lynx_called_initscr) {
        FILE *fp = fopen("/dev/tty", "w");
        if (fp != 0)
            stdout = fp;
    }
#endif

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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