X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=doc%2Fhtml%2Fman%2Fform_win.3x.html;h=4f10b5f19773e4677363bd4e26292f159602e9bf;hp=b164c260be76ade2f5821e9236aeb3c33b37a94b;hb=6208c89f98f1cf9fe0980bd8e791846ce007a13d;hpb=e3d8d5a5a9425b40e09df86a597c3e971dced9d1 diff --git a/doc/html/man/form_win.3x.html b/doc/html/man/form_win.3x.html index b164c260..4f10b5f1 100644 --- a/doc/html/man/form_win.3x.html +++ b/doc/html/man/form_win.3x.html @@ -46,14 +46,12 @@ - -

NAME

+

NAME

        form_win  - make and break form window and subwindow asso-
        ciations
 
 
-
-

SYNOPSIS

+

SYNOPSIS

        #include <form.h>
        int set_form_win(FORM *form, WINDOW *win);
        WINDOW *form_win(const FORM *form);
@@ -62,8 +60,7 @@
        int scale_form(const FORM *form, int *rows, int *columns);
 
 
-
-

DESCRIPTION

+

DESCRIPTION

        Every form has an associated pair of curses windows.   The
        form  window displays any title and border associated with
        the window; the form subwindow displays the items  of  the
@@ -82,8 +79,7 @@
        for the subwindow of form.
 
 
-
-

RETURN VALUE

+

RETURN VALUE

        Routines  that return pointers return NULL on error.  Rou-
        tines that return an integer return one of  the  following
        error codes:
@@ -104,25 +100,21 @@
             No items are connected to the form.
 
 
-
-

SEE ALSO

+

SEE ALSO

        curses(3x), curs_variables(3x), form(3x).
 
 
-
-

NOTES

+

NOTES

        The header file <form.h> automatically includes the header
        file <curses.h>.
 
 
-
-

PORTABILITY

+

PORTABILITY

        These  routines  emulate the System V forms library.  They
        were not supported on Version 7 or BSD versions.
 
 
-
-

AUTHORS

+

AUTHORS

        Juergen Pfeifer.  Manual  pages  and  adaptation  for  new
        curses by Eric S. Raymond.