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 <[EMAIL PROTECTED]>
http://invisible-island.net
ftp://invisible-island.net
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]