bug-ncurses
[Top][All Lists]
Advanced

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

Re: braincurses - a new C++ wapper for curses


From: Thomas Dickey
Subject: Re: braincurses - a new C++ wapper for curses
Date: Sat, 29 Mar 2003 08:34:35 -0500
User-agent: Mutt/1.3.27i

On Sat, Mar 29, 2003 at 01:21:04PM +0100, stefan wrote:

> For this code to compile, I need to include curses.priv.h.
> Since it is not part of the standard API, I have to provide it myself.
> As it turned out curses.priv.h also includes curses.h, so
> I ended up not including curses.h directly but let curses.priv.h do this 
> job for me.
> 
> I modified curses.priv.h so it does not include ncurses_cfg.h.
> It still does include nc_alloc.h and nc_panel.h, which I provide
> in as well.
> 
> The code compiles well here in my very own home, using Ncurses version 
> 5.2 supplied by Debian Woody 3.0. But I cannot be sure whether including
> the "private" curses headers (ie not part of the actual api) I am using 
> in my distribution will compile with future or past versions of Ncurses.
> Are they subject to change?

I modify the SCREEN struct occasionally.  What sort of dependency does your
function have on curses.priv.h ?

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




reply via email to

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