wok-next diff ncurses/description.ncurses-libpanel.txt @ rev 19936

mate-common: automake-1.15 support, mate-desktop, mate-icon-theme, mate-system-monitor: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 15 17:04:15 2017 +0200 (2017-10-15)
parents c963361d3d54
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ncurses/description.ncurses-libpanel.txt	Sun Oct 15 17:04:15 2017 +0200
     1.3 @@ -0,0 +1,8 @@
     1.4 +libpanel - panel stack extension for curses
     1.5 +
     1.6 +Panels are **curses** windows with the added feature of depth. Panel functions
     1.7 +allow the use of stacked windows and ensure the proper portions of each window
     1.8 +and the curses **stdscr** window are hidden or displayed when panels are added,
     1.9 +moved, modified or removed. The set of currently visible panels is the stack of
    1.10 +panels. The **stdscr** window is beneath all panels, and is not considered part
    1.11 +of the stack.