[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Subwindows and delwin
From: |
Mike Gran |
Subject: |
Subwindows and delwin |
Date: |
Fri, 16 Jan 2009 07:07:13 -0800 (PST) |
The curses docs say that a subwin shares memory with its parent window, and
that it needs to be freed before the parent window is freed.
If a window and a subwindow share the memory, and if a subwindow is freed with
delwin(), is the parent window unaffected? Can I continue to use the parent
window?
Thanks,
Mike Gran
- Subwindows and delwin,
Mike Gran <=