]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/man/curs_window.3x.html
ncurses 6.4 - patch 20240224
[ncurses.git] / doc / html / man / curs_window.3x.html
index b0569be0ecefb865ad01ca3902bee84004dfdead..763ae7c7470bd43e8ab6faaecae8b3b3495ce699 100644 (file)
   * sale, use or other dealings in this Software without prior written       *
   * authorization.                                                           *
   ****************************************************************************
-  * @Id: curs_window.3x,v 1.41 2023/10/14 19:27:01 tom Exp @
+  * @Id: curs_window.3x,v 1.44 2023/12/16 20:32:22 tom Exp @
 -->
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
 <HTML>
 <HEAD>
 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
 <meta name="generator" content="Manpage converted by man2html - see https://invisible-island.net/scripts/readme.html#others_scripts">
-<TITLE>curs_window 3x 2023-10-14 ncurses 6.4 Library calls</TITLE>
+<TITLE>curs_window 3x 2023-12-16 ncurses 6.4 Library calls</TITLE>
 <link rel="author" href="mailto:bug-ncurses@gnu.org">
 
 </HEAD>
 <BODY>
-<H1 class="no-header">curs_window 3x 2023-10-14 ncurses 6.4 Library calls</H1>
+<H1 class="no-header">curs_window 3x 2023-12-16 ncurses 6.4 Library calls</H1>
 <PRE>
 <STRONG><A HREF="curs_window.3x.html">curs_window(3x)</A></STRONG>                  Library calls                 <STRONG><A HREF="curs_window.3x.html">curs_window(3x)</A></STRONG>
 
        screen.   There is no difference between the subwindows and the derived
        windows.
 
+
+</PRE><H3><a name="h3-mvderwin">mvderwin</a></H3><PRE>
        Calling <STRONG>mvderwin</STRONG> moves a  derived  window  (or  subwindow)  inside  its
        parent  window.   The  screen-relative parameters of the window are not
        changed.  This routine is used to display different parts of the parent
            X/Open  curses  does  not  even  make that check, and will delete a
            parent window which still has subwindows.
 
-       <STRONG>o</STRONG>   Since release 4.0 (1996), ncurses maintains a list of  windows  for
+       <STRONG>o</STRONG>   Since release 4.0 (1996), <EM>ncurses</EM> maintains a list of  windows  for
            each  screen,  to  ensure  that  a  window has no subwindows before
            allowing deletion.
 
-       <STRONG>o</STRONG>   NetBSD copied this feature of ncurses in 2003.
+       <STRONG>o</STRONG>   NetBSD copied this feature of <EM>ncurses</EM> in 2003.
            PDCurses follows the scheme used in Solaris X/Open curses.
 
 
 
 
 
-ncurses 6.4                       2023-10-14                   <STRONG><A HREF="curs_window.3x.html">curs_window(3x)</A></STRONG>
+ncurses 6.4                       2023-12-16                   <STRONG><A HREF="curs_window.3x.html">curs_window(3x)</A></STRONG>
 </PRE>
 <div class="nav">
 <ul>
@@ -267,6 +269,7 @@ ncurses 6.4                       2023-10-14                   <STRONG><A HREF="
 <li><a href="#h3-mvwin">mvwin</a></li>
 <li><a href="#h3-subwin">subwin</a></li>
 <li><a href="#h3-derwin">derwin</a></li>
+<li><a href="#h3-mvderwin">mvderwin</a></li>
 <li><a href="#h3-dupwin">dupwin</a></li>
 <li><a href="#h3-wsyncup">wsyncup</a></li>
 <li><a href="#h3-wsyncdown">wsyncdown</a></li>