lynx-dev
[Top][All Lists]
Advanced

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

RE: lynx-dev Spawning an external curses-based program


From: Umar Qureshey
Subject: RE: lynx-dev Spawning an external curses-based program
Date: Tue, 17 Sep 2002 12:19:42 -0700

Thanks Thomas!  That did the trick...ncurses is working now.

All the best,
UQ

-----Original Message-----
From: Thomas Dickey [mailto:address@hidden
Sent: Tuesday, September 17, 2002 12:03 PM
To: address@hidden
Subject: Re: lynx-dev Spawning an external curses-based program


On Tue, Sep 17, 2002 at 11:53:03AM -0700, Umar Qureshey wrote:
> Hmm my gut feeling sez it's not a memory problem (I tried the -curses_pads
> option to no avail).  However, I have belatedly realized that my app is
> piping data to stdout so stdout is probably not available.  Is there any
way
> to tell ncurses to use stderr or any other way to redirect ncurses
routines
> to the LCD?

use this rather than initscr():

       SCREEN *newterm(char *type, FILE *outfd, FILE *infd);

-- 
Thomas E. Dickey <address@hidden>
http://invisible-island.net
ftp://invisible-island.net

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden

reply via email to

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