A panel stack extension for curses.
===================================
This manual section was written by A.M. Kuchling <amk1@bigfoot.com>.
A panel stack extension that adds depth to curses windows.
Panels are windows with the added feature of depth, so they can be
stacked on top of each other, and only the visible portions of each
window will be displayed. Panels can be added, moved up or down in the
stack, and removed.