X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2FNCURSES-Programming-HOWTO.html;h=d3eeb95dbcccba7b20c015b3200d2b728d993ef6;hp=685ccf37aaa6c6d9835d1d438b63231a726bdf7e;hb=9f479192e3ca3413d235c66bf058f8cc63764898;hpb=5461fc336d03fbfea6b85ac21c6d49c528f6752d diff --git a/doc/html/NCURSES-Programming-HOWTO.html b/doc/html/NCURSES-Programming-HOWTO.html index 685ccf37..d3eeb95d 100644 --- a/doc/html/NCURSES-Programming-HOWTO.html +++ b/doc/html/NCURSES-Programming-HOWTO.html @@ -31,7 +31,7 @@

v1.9, 2005-06-20

- +
@@ -323,7 +323,7 @@
6.3.2. wprintw() and mvwprintw
-
6.3.3. vwprintw()
+
6.3.3. vw_printw()
6.3.4. A Simple printw example
@@ -355,7 +355,7 @@
7.2.2. wscanw() and mvwscanw()
-
7.2.3. vwscanw()
+
7.2.3. vw_scanw()
@@ -1679,7 +1679,7 @@ int main()

6.3.3. - vwprintw()

+ vw_printw()

This function is similar to vprintf(). This can be used when variable @@ -1860,7 +1860,7 @@ int main()


7.2.3. - vwscanw()

+ vw_scanw()

This function is similar to vscanf(). 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 http://invisible-island.net/cdk/ . Follow the + "https://invisible-island.net/cdk/" target= + "_top">https://invisible-island.net/cdk/ . Follow the instructions in README file to install it.

@@ -7204,7 +7204,7 @@ background.<!1>" 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 Thomas Dickey's site.

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.

  • NCURSES FAQ at http://invisible-island.net/ncurses/ncurses.faq.html

    + "_top">https://invisible-island.net/ncurses/ncurses.faq.html

  • Writing programs with NCURSES by Eric Raymond and Zeyd M. Ben-Halim at http://invisible-island.net/ncurses/ncurses-intro.html + "_top">https://invisible-island.net/ncurses/ncurses-intro.html - somewhat obsolete. I was inspired by this document and the structure of this HOWTO follows from the original document

  • Revision History