[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev arguments from stdin
From: |
Thomas Dickey |
Subject: |
Re: lynx-dev arguments from stdin |
Date: |
Fri, 2 Jun 2000 05:29:59 -0400 |
User-agent: |
Mutt/1.2i |
On Tue, May 23, 2000 at 02:08:44PM +0200, Gisle Vanem wrote:
> A command line like "lynx - < file" where file contains an URL no
> longer work in the DOS/djgpp of 2.8.4dev.2.
I'm puzzled by this, because I don't see how it could have worked before
either.
> And since djgpp isn't UNIX, I cannot use "-stdin", but must use
> "lynx @file". Looking at LYmain.c, it seems 'LYGetStdinArgs' is set
> correctly, but nothing is read from file (my default startfile is
> shown instead).
In dev.3 I've made it non-UNIX specific (but you'll have to experiment
to see if ttyname() does the 'right thing'). I fixed a few minor things
in this area, but don't see anything like this.
--
Thomas E. Dickey <address@hidden>
http://dickey.his.com
ftp://dickey.his.com
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
- Re: lynx-dev arguments from stdin,
Thomas Dickey <=