lynx-dev
[Top][All Lists]
Advanced

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

Re: lynx-dev 2.8.1 fails under cron (with ncurses & nsl-fork)


From: dickey
Subject: Re: lynx-dev 2.8.1 fails under cron (with ncurses & nsl-fork)
Date: Wed, 2 Dec 1998 22:43:26 -0500 (EST)

> What you really mean here is to set ok_to_select_stdin to 0 if not 
> isatty.  I had resisted that because I thought there might be some 
> useful case where stdin wasn't a tty, but you might still want to be 
> able to interrupt with it; but now, thinking about that, it seems like a 
> lot of nonsense.  So use this instead.  It's simpler, less likely to 
> break anywhere. 
...
> !             if (isatty(fileno(stdin))) FD_SET(fileno(stdin), &readfds); 
>   #endif /* USE_SLANG */ 

ok/thanks.


-- 
Thomas E. Dickey
address@hidden
http://www.clark.net/pub/dickey

reply via email to

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