X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fpanel.3x.html;h=c73e24162729dc0166cf5da09f25448e025bf83a;hp=02e561f9666ad26796f625cad2482cf04654978b;hb=refs%2Ftags%2Fv5.9;hpb=77afe78361875f531dc2bf8d73f2e781c8e76176 diff --git a/doc/html/man/panel.3x.html b/doc/html/man/panel.3x.html index 02e561f9..c73e2416 100644 --- a/doc/html/man/panel.3x.html +++ b/doc/html/man/panel.3x.html @@ -1,7 +1,7 @@ @@ -106,10 +106,10 @@ refreshes the virtual screen to reflect the rela- tions between the panels in the stack, but does not call doupdate() to refresh the physical screen. - Use this function and not wrefresh or wnoutrefresh. - update_panels() may be called more than once before - a call to doupdate(), but doupdate() is the func- - tion responsible for updating the physical screen. + Use this function and not wrefresh or wnoutrefresh. + update_panels may be called more than once before a + call to doupdate(), but doupdate() is the function + responsible for updating the physical screen. del_panel(pan) removes the given panel from the stack and deallo- @@ -174,35 +174,35 @@

DIAGNOSTICS

-       Each  routine  that  returns  a pointer returns NULL if an
-       error occurs. Each  routine  that  returns  an  int  value
+       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

-       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-
-       ming interface is unchanged).  The 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  implementation,  and work equally well with dis-
+       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
+       programming  interface  is  unchanged).   The  PANEL  data
+       structures are merely  similar. The   programmer  is  cau-
+       tioned not to directly use PANEL fields.
+
+       The  functions  show_panel() and top_panel() are identical
+       in this implementation, and work equally  well  with  dis-
        played or hidden panels.  In the native System V implemen-
        tation, 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
+       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

-       In your library list, libpanel.a should  be  before  libn-
-       curses.a;  that  is,  you want to say `-lpanel -lncurses',
+       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-
        error).
 
@@ -216,16 +216,16 @@
 
 

SEE ALSO

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

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
+       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.