wok-current
annotate libpanel/description.txt @ rev 24146
ventoy: move log.txt to /tmp
author |
Pascal Bellard <pascal.bellard@slitaz.org> |
date |
Thu Nov 18 10:12:29 2021 +0000 (2021-11-18) |
parents |
|
children |
|
rev |
line source |
al@18947
|
1 libpanel - panel stack extension for curses
|
al@18947
|
2
|
al@18947
|
3 Panels are **curses** windows with the added feature of depth. Panel functions
|
al@18947
|
4 allow the use of stacked windows and ensure the proper portions of each window
|
al@18947
|
5 and the curses **stdscr** window are hidden or displayed when panels are added,
|
al@18947
|
6 moved, modified or removed. The set of currently visible panels is the stack of
|
al@18947
|
7 panels. The **stdscr** window is beneath all panels, and is not considered part
|
al@18947
|
8 of the stack.
|