curses.panel
curses.panel — A panel stack extension for curses
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.
1. Functions
The module curses.panel
defines the following functions:
-
curses.panel.bottom_panel()
-
Returns the bottom panel in the panel stack.
-
curses.panel.new_panel(win)
-
Returns a panel object, associating it with the given wind