lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV bug or "feature"? :-)


From: John E. Davis
Subject: Re: LYNX-DEV bug or "feature"? :-)
Date: Tue, 12 Aug 1997 01:15:52 -0400

On Mon, 11 Aug 1997 20:26:08 -0500 (CDT), Klaus Weide <address@hidden> said:
>> Incidently, if SLang_TT_Read_FD is set to `fileno(stdin)' _before_
>> SLang_init_tty is called, then SLang_init_tty will not open /dev/tty
>> unless it determines that SLang_TT_Read_FD does not represent a
>> terminal.
>
>So are there any drawbacks to doing this?

I do not think that there are any drawbacks.  This support was added
in version 0.99-35.  So you may want to use something like:

#if SLANG_VERSION >= 9935
   SLang_TT_Read_FD = fileno (stdin);
#endif

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