Curses on Sys Vr2/3
William Kucharski
kucharsk at uts.amdahl.com
Sat May 13 14:09:40 AEST 1989
Calling delwin() should do the trick.
Syntax: delwin(win)
WINDOW *win;
My man page for curses(3X) describes it so:
delwin(win) Delete the named window, freeing up all
memory associated with it. If you try
to delete a main window before all of
its subwindows have been deleted, ERR
will be returned.
--
William Kucharski
ARPA: kucharsk at uts.amdahl.com
UUCP: ...!{ames,decwrl,sun,uunet}!amdahl!kucharsk
Disclaimer: The opinions expressed above are my own, and may not agree with
those of any other sentient being, not to mention those of my
employer. So there.
More information about the Comp.unix.questions
mailing list