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: Mon, 16 Sep 2002 18:18:32 -0700

Ok here's big clue (I think):  Instead of launching my ncurses-based app, I
launched the ncurses.c test program and that seems to be working fine.  So,
this means that whatever problem there is, it is internal to my app.  Does
this make sense?

-----Original Message-----
From: Thomas Dickey [mailto:address@hidden
Sent: Monday, September 16, 2002 6:10 PM
To: address@hidden
Subject: Re: lynx-dev Spawning an external curses-based program


On Mon, Sep 16, 2002 at 05:50:48PM -0700, Umar Qureshey wrote:
> Ok I tested filter.c and ncurses.c.  In fact I launched ncurses from
filter.
> It seems to be working fine.  The stuff showed up on the screen.

Still guessing - looking for a clue...  Let's see - you don't have anything
like strace on that platform (which could show the actual system calls),
right?

The only bug that I recall related to initialization in lynx is this
chunk from recent fixes - but it shouldn't prevent ncurses from
initializing;

#if (!defined(WIN_EX) || defined(__CYGWIN__))   /* @@@ */
        if(LYscreen || lynx_called_initscr) {
            endwin();   /* stop curses */
            LYDELSCR();
        }
#endif

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