]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - doc/html/NCURSES-Programming-HOWTO.html
ncurses 6.2 - patch 20200425
[ncurses.git] / doc / html / NCURSES-Programming-HOWTO.html
index 685ccf37aaa6c6d9835d1d438b63231a726bdf7e..d3eeb95dbcccba7b20c015b3200d2b728d993ef6 100644 (file)
@@ -31,7 +31,7 @@
       <p class="PUBDATE">v1.9, 2005-06-20<br></p>
 
       <div class="REVHISTORY">
-        <table width="100%" border="0">
+        <table width="100%" border="0" summary="revisions">
           <tr>
             <th align="left" valign="top" colspan="3"><b>Revision
             History</b></th>
                 <dt>6.3.2. <a href="#WPRINTWMVWPRINTW">wprintw()
                 and mvwprintw</a></dt>
 
-                <dt>6.3.3. <a href="#VWPRINTW">vwprintw()</a></dt>
+                <dt>6.3.3. <a href="#VWPRINTW">vw_printw()</a></dt>
 
                 <dt>6.3.4. <a href="#SIMPLEPRINTWEX">A Simple
                 printw example</a></dt>
                 <dt>7.2.2. <a href="#WSCANWMVWSCANW">wscanw() and
                 mvwscanw()</a></dt>
 
-                <dt>7.2.3. <a href="#VWSCANW">vwscanw()</a></dt>
+                <dt>7.2.3. <a href="#VWSCANW">vw_scanw()</a></dt>
               </dl>
             </dd>
 
@@ -1679,7 +1679,7 @@ int main()
           <hr>
 
           <h4 class="SECT3"><a name="VWPRINTW" id="VWPRINTW">6.3.3.
-          vwprintw()</a></h4>
+          vw_printw()</a></h4>
 
           <p>This function is similar to <tt class=
           "LITERAL">vprintf()</tt>. This can be used when variable
@@ -1860,7 +1860,7 @@ int main()
           <hr>
 
           <h4 class="SECT3"><a name="VWSCANW" id="VWSCANW">7.2.3.
-          vwscanw()</a></h4>
+          vw_scanw()</a></h4>
 
           <p>This function is similar to <tt class=
           "LITERAL">vscanf()</tt>. This can be used when a variable
@@ -7077,8 +7077,8 @@ int set_new_page(FIELD *field,/* Field at which page break to be set or unset */
         documentation is very good. The examples in the examples
         directory can be a good place to start for beginners. The
         CDK can be downloaded from <a href=
-        "http://invisible-island.net/cdk/" target=
-        "_top">http://invisible-island.net/cdk/</a> . Follow the
+        "https://invisible-island.net/cdk/" target=
+        "_top">https://invisible-island.net/cdk/</a> . Follow the
         instructions in README file to install it.</p>
 
         <div class="SECT3">
@@ -7204,7 +7204,7 @@ background.&lt;!1&gt;"
         professional-looking dialog boxes with ease. It creates a
         variety of dialog boxes, menus, check lists etc.. It is
         usually installed by default. If not, you can download it
-        from <a href="http://invisible-island.net/dialog/" target=
+        from <a href="https://invisible-island.net/dialog/" target=
         "_top">Thomas Dickey</a>'s site.</p>
 
         <p>The above-mentioned article gives a very good overview
@@ -7393,17 +7393,17 @@ only way to find out is to follow the rules of the game.</i></span>
 
         <li>
           <p>NCURSES FAQ at <a href=
-          "http://invisible-island.net/ncurses/ncurses.faq.html"
+          "https://invisible-island.net/ncurses/ncurses.faq.html"
           target=
-          "_top">http://invisible-island.net/ncurses/ncurses.faq.html</a></p>
+          "_top">https://invisible-island.net/ncurses/ncurses.faq.html</a></p>
         </li>
 
         <li>
           <p>Writing programs with NCURSES by Eric Raymond and Zeyd
           M. Ben-Halim at <a href=
-          "http://invisible-island.net/ncurses/ncurses-intro.html"
+          "https://invisible-island.net/ncurses/ncurses-intro.html"
           target=
-          "_top">http://invisible-island.net/ncurses/ncurses-intro.html</a>
+          "_top">https://invisible-island.net/ncurses/ncurses-intro.html</a>
           - somewhat obsolete. I was inspired by this document and
           the structure of this HOWTO follows from the original
           document</p>