X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform.3x.html;h=56d362ae156cd01849ddc368d2a3c58c96f0c52b;hp=39b92034bb74b877b0993ca8903848562341e4da;hb=17c5992a16be94247b83f2bbb9accdd9b7e7bb72;hpb=a20e6eb464be80b9cd8cae7ce925d27fe9c209ed diff --git a/doc/html/man/form.3x.html b/doc/html/man/form.3x.html index 39b92034..56d362ae 100644 --- a/doc/html/man/form.3x.html +++ b/doc/html/man/form.3x.html @@ -1,7 +1,7 @@ - + form 3x @@ -221,8 +221,20 @@ These routines emulate the System V forms library. They were not sup- ported on Version 7 or BSD versions. - A few functions are extensions added for ncurses, e.g., form_driver_w, - unfocus_current_field. + The menu facility was documented in SVr4.2 in Character User Interface + Programming (UNIX SVR4.2). + + It is not part of X/Open Curses. + + Aside from ncurses, there are few implementations: + + o systems based on SVr4 source code, e.g., Solaris. + + o NetBSD curses. + + A few functions in this implementation are extensions added for + ncurses, but not provided by other implementations, e.g., + form_driver_w, unfocus_current_field.

AUTHORS

@@ -234,7 +246,7 @@
        curses(3x)  and  related  pages  whose names begin "form_" for detailed
        descriptions of the entry points.
 
-       This describes ncurses version 6.0 (patch 20170812).
+       This describes ncurses version 6.1 (patch 20180728).