X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fpanel.3x.html;h=edd20facfff26c23c8d9ad10dec7593186306d0c;hp=ae39a4aae2cc4775215eca73e0b67f63b8671d89;hb=c6cfd97b8beaf0f6deafbf8aac7281cf6aa7f012;hpb=70322aa06a4a97ebff76d2869ad923cdf51ee0a9 diff --git a/doc/html/man/panel.3x.html b/doc/html/man/panel.3x.html index ae39a4aa..edd20fac 100644 --- a/doc/html/man/panel.3x.html +++ b/doc/html/man/panel.3x.html @@ -1,4 +1,3 @@ - + + + panel 3x @@ -39,19 +41,18 @@

panel 3x


-
 panel(3x)                                                     panel(3x)
 
 
 
 
 
-

NAME

+

NAME

        panel - panel stack extension for curses
 
 
 
-

SYNOPSIS

+

SYNOPSIS

        #include <panel.h>
 
        cc [flags] sourcefiles -lpanel -lncurses
@@ -74,7 +75,7 @@
 
 
 
-

DESCRIPTION

+

DESCRIPTION

        Panels  are  curses(3x)  windows with the added feature of
        depth.  Panel functions allow the use of  stacked  windows
        and  ensure  the  proper  portions  of each window and the
@@ -95,7 +96,7 @@
 
 
 
-

FUNCTIONS

+

FUNCTIONS

        new_panel(win)
               allocates   a   PANEL structure, associates it with
               win, places the panel  on  the  top  of  the  stack
@@ -173,14 +174,14 @@
 
 
 
-

DIAGNOSTICS

+

DIAGNOSTICS

        Each  routine  that  returns  a pointer returns NULL if an
        error occurs. Each  routine  that  returns  an  int  value
        returns OK if it executes successfully and ERR if not.
 
 
 
-

COMPATIBILITY

+

COMPATIBILITY

        Reasonable  care  has been taken to  ensure  compatibility
        with  the  native  panel  facility  introduced  in  SVr3.2
        (inspection of the SVr4 manual pages suggests the program-
@@ -200,7 +201,7 @@
 
 
 
-

NOTE

+

NOTE

        In your library list, libpanel.a should  be  before  libn-
        curses.a;  that  is,  you want to say `-lpanel -lncurses',
        not the other way around (which would usually give a link-
@@ -208,21 +209,21 @@
 
 
 
-

FILES

+

FILES

        panel.h interface for the panels library
 
        libpanel.a the panels library itself
 
 
 
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_variables(3x),
 
-       This describes ncurses version 5.7 (patch 20110122).
+       This describes ncurses version 5.9 (patch 20150215).
 
 
 
-

AUTHOR

+

AUTHOR

        Originally   written   by   Warren  Tucker  <wht@n4hgf.mt-
        park.ga.us>, primarily to assist  in  porting  u386mon  to
        systems  without  a native panels library.  Repackaged for
@@ -232,10 +233,19 @@
 
                                                               panel(3x)
 
-
-
-Man(1) output converted with -man2html -
+