bug-ncurses
[Top][All Lists]
Advanced

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

Re: Is there a portable way to copy SCREEN


From: Thomas Dickey
Subject: Re: Is there a portable way to copy SCREEN
Date: Wed, 25 Feb 2009 12:49:35 -0500 (EST)

On Wed, 25 Feb 2009, Bryan Christ wrote:

If I wanted to copy the contents of a SCREEN to a WINDOW, is there a
good way of doing this?  I am hesitant to simply copy struct screen ->
*_curscr

SCREEN and WINDOW are different types.

From the outset, everyone's implemented SCREEN as an opaque type.
So you can't copy it...

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

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