lynx-dev
[Top][All Lists]
Advanced

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

Re: LYNX-DEV Lynx won't launch


From: T.E.Dickey
Subject: Re: LYNX-DEV Lynx won't launch
Date: Tue, 31 Mar 1998 05:13:50 -0500 (EST)

> Try putting this in before firing off lynx (I think this is proper 
> syntax): 
>  
> setenv("LINES=24"); setenv("COLS=80"); 
  putenv("LINES=24"); putenv("COLS=80"); 

(but that may/may not be available or work properly, of course - someone
told me that it didn't propagate from a caller to a dll, so in turn it
may not propagate to another process)
>  
> On Mon, 30 Mar 1998, Kristin McNally wrote: 
>  
> > OS:  Windows NT 4.0 
> > LYNX: version 2.8 
> >  
> > I am trying to launch Lynx v2.8 from a parent process that redirects 
> > Lynx's standard i/o to the parent's console window.  When the Lynx 
> > process is created, it receives the redirected handles and sends this 
> > error message to the parent's console: 
> >  
> >     initscr( ): LINES=0 COLS=0: too small. 
> >  
> > The Lynx process will launch fine from the parent process as long as it 
> > launches with its own console... but if it has its own console, I cannot 
> > redirect the std i/o. 
> >  
> > Any suggestions or information will be greatly appreciated. 
> >  
> > Kristin McNally 
> > MOON Communications 
> > address@hidden (preferred) 
> > address@hidden 

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

reply via email to

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