X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fpanel.3x.html;h=ff96a1ec2021bc250a49d7c3d23959ed3b592ba1;hp=392b58db848b7d8e37b114f0123dcdfa967e1d38;hb=61790aa3ac9e0dff2b443ac567b174fc4d235b86;hpb=89730563d0a660d4ddd83d28660dc23c6d3f0bed diff --git a/doc/html/man/panel.3x.html b/doc/html/man/panel.3x.html index 392b58db..ff96a1ec 100644 --- a/doc/html/man/panel.3x.html +++ b/doc/html/man/panel.3x.html @@ -100,11 +100,11 @@

DESCRIPTION

        Panels  are  curses(3x) windows with the added feature of depth.  Panel
-       functions allow the use of stacked windows and ensure the  proper  por-
-       tions  of  each  window and the curses stdscr window are hidden or dis-
-       played when panels are added, moved, modified or removed.  The  set  of
-       currently  visible panels is the stack of panels.  The stdscr window is
-       beneath all panels, and is not considered part of the stack.
+       functions allow the use  of  stacked  windows  and  ensure  the  proper
+       portions  of  each  window  and  the curses stdscr window are hidden or
+       displayed when panels are added, moved, modified or removed.   The  set
+       of  currently visible panels is the stack of panels.  The stdscr window
+       is beneath all panels, and is not considered part of the stack.
 
        A window is associated with every panel.  The panel routines enable you
        to  create, move, hide, and show panels, as well as position a panel at
@@ -125,8 +125,8 @@
 
 
 

del_panel

-       del_panel(pan)  removes the given panel pan from the  stack and deallo-
-       cates the PANEL structure (but not its associated window).
+       del_panel(pan)  removes  the  given  panel  pan  from  the   stack  and
+       deallocates the PANEL structure (but not its associated window).
 
 
 

ground_panel

@@ -213,8 +213,8 @@
 
 

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 suc-
-       cessfully and ERR if not.
+       Each  routine  that  returns  an  int  value  returns OK if it executes
+       successfully and ERR if not.
 
        Except as noted, the pan and window parameters must  be  non-null.   If
        those are null, an error is returned.
@@ -227,16 +227,16 @@
        Reasonable care has been taken  to   ensure   compatibility  with   the
        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 cau-
-       tioned not to directly use PANEL fields.
+       PANEL   data  structures  are  merely   similar.   The   programmer  is
+       cautioned not to directly use PANEL fields.
 
-       The functions show_panel and top_panel are identical in this  implemen-
-       tation,  and work equally well with displayed or hidden panels.  In the
-       native System V implementation, show_panel is  intended  for  making  a
-       hidden  panel  visible  (at  the  top  of  the  stack) and top_panel is
-       intended for making an already-visible panel move to  the  top  of  the
-       stack.  You are cautioned to use the correct function to ensure compat-
-       ibility with native panel libraries.
+       The  functions  show_panel  and  top_panel  are   identical   in   this
+       implementation,  and work equally well with displayed or hidden panels.
+       In the native System  V  implementation,  show_panel  is  intended  for
+       making  a  hidden panel visible (at the top of the stack) and top_panel
+       is intended for making an already-visible panel move to the top of  the
+       stack.   You  are  cautioned  to  use  the  correct  function to ensure
+       compatibility with native panel libraries.
 
 
 

NOTE

@@ -281,13 +281,13 @@
 

SEE ALSO

        curses(3x), curs_variables(3x),
 
-       This describes ncurses version 6.2 (patch 20200425).
+       This describes ncurses version 6.2 (patch 20210102).
 
 
 

AUTHOR

-       Originally  written by Warren Tucker <wht@n4hgf.mt-park.ga.us>, primar-
-       ily to assist in porting u386mon to systems  without  a  native  panels
-       library.
+       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 ncurses by Zeyd ben-Halim.