X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fpanel.3x.html;h=a8ba3393648d8aa254390b0c2c762b2ea4b7d781;hp=aceb1b5fb581d9e26e9717fd316049a92fed153d;hb=cccf831ed7c83410c7f6cec2a43e71e9c4278b4c;hpb=0485620c03e69b1b58a6b12e5e45c98415fc7575 diff --git a/doc/html/man/panel.3x.html b/doc/html/man/panel.3x.html index aceb1b5f..a8ba3393 100644 --- a/doc/html/man/panel.3x.html +++ b/doc/html/man/panel.3x.html @@ -26,13 +26,13 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: panel.3x,v 1.21 2017/02/18 16:53:23 tom Exp @ + * @Id: panel.3x,v 1.24 2017/11/25 20:31:13 tom Exp @ --> - + panel 3x @@ -112,7 +112,7 @@ panel_hidden(pan) returns TRUE if the panel is in the panel stack, FALSE if it is - not. If the panel is a null pointer, return ERR. + not. If the panel is a null pointer, return ERR. show_panel(pan) makes a hidden panel visible by placing it on top of the panels @@ -165,7 +165,7 @@

COMPATIBILITY

        Reasonable care has been taken  to   ensure   compatibility  with   the
-       native   panel  facility  introduced  in SVr3.2 (inspection of the SVr4
+       native   panel  facility introduced in System V (inspection of the SVr4
        manual pages suggests the programming  interface  is  unchanged).   The
        PANEL data structures are merely  similar. The  programmer is cautioned
        not to directly use PANEL fields.
@@ -185,6 +185,16 @@
        would give a link-error with static libraries).
 
 
+

PORTABILITY

+       The panel facility was documented in SVr4.2 in Character User Interface
+       Programming (UNIX SVR4.2).
+
+       It is not part of X/Open Curses.
+
+       Aside  from  ncurses,  only  systems  based  on SVr4 source code, e.g.,
+       Solaris provide this library.
+
+
 

FILES

        panel.h interface for the panels library
 
@@ -194,7 +204,7 @@
 

SEE ALSO

        curses(3x), curs_variables(3x),
 
-       This describes ncurses version 6.0 (patch 20170819).
+       This describes ncurses version 6.1 (patch 20180519).
 
 
 

AUTHOR

@@ -215,6 +225,7 @@
 
  • DIAGNOSTICS
  • COMPATIBILITY
  • NOTE
  • +
  • PORTABILITY
  • FILES
  • SEE ALSO
  • AUTHOR