bug-ncurses
[Top][All Lists]
Advanced

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

Re: alternate window creation


From: Bryan Christ
Subject: Re: alternate window creation
Date: Tue, 24 Feb 2009 15:20:46 -0600

Neither.  I would like to create a WINDOW but supply the storage space
myself whether it be auto or malloc()

On Tue, 2009-02-24 at 21:14 +0000, Thomas Dickey wrote:
> On Tue, Feb 24, 2009 at 11:26:03AM -0600, Bryan Christ wrote:
> > I'm looking for a way to do this:
> > 
> > WINDOW      my_win1;
> > new_win(&my_win,10,10,1,1);  /* <--pseudo func */
> 
> I'm not sure whether you're looking for subwin() or dupwin().
> 





reply via email to

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