X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fpanel.3x.html;h=0228e00282fed6e96b36ac999ce117a1d3b51773;hp=43c9b6787915d5342ce5c1169c99609b1a3c613a;hb=c3b21f65a2687f3894a0d3217006c23f162c893a;hpb=7af63696972b12659832a1c3413d9ace9641c8f6 diff --git a/doc/html/man/panel.3x.html b/doc/html/man/panel.3x.html index 43c9b678..0228e002 100644 --- a/doc/html/man/panel.3x.html +++ b/doc/html/man/panel.3x.html @@ -1,6 +1,6 @@ @@ -98,13 +98,13 @@ (causes it to be displayed above any other panel) and returns a pointer to the new panel. - update_panels() + update_panels 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. + 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 function + call to doupdate, but doupdate is the function responsible for updating the physical screen. del_panel(pan) @@ -138,8 +138,8 @@ moves the given panel window so that its upper-left corner is at starty, startx. It does not change the position of the panel in the stack. Be sure to - use this function, not mvwin(), to move a panel - window. + use this function, not mvwin, to move a panel win- + dow. replace_panel(pan,window) replaces the current window of panel with window @@ -182,20 +182,19 @@ 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- - 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 - 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

-       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).
 
@@ -209,13 +208,13 @@
 

SEE ALSO

        curses(3x), curs_variables(3x),
 
-       This describes ncurses version 6.0 (patch 20160910).
+       This describes ncurses version 6.0 (patch 20161015).
 
 
 

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.