X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fform.3x;h=dcba19b3353e7227fbc99346c07306682b23bbea;hp=75fc78aee2d461552b5c07d9845013f4403f1dfc;hb=f9d358b4f3cf9b44727a0ee5c08f8ca6ae4e3821;hpb=ed530db2c5b10aa19d06104dfe82cf248a813860 diff --git a/man/form.3x b/man/form.3x index 75fc78ae..dcba19b3 100644 --- a/man/form.3x +++ b/man/form.3x @@ -27,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: form.3x,v 1.21 2008/04/26 17:11:52 tom Exp $ +.\" $Id: form.3x,v 1.22 2008/10/11 20:48:11 tom Exp $ .TH form 3X "" .SH NAME \fBform\fR - curses extension for programming forms @@ -41,10 +41,18 @@ routines, which create and modify form fields; and form routines, which group fields into forms, display forms on the screen, and handle interaction with the user. .PP -The \fBform\fR library uses the \fBcurses\fR libraries, and a curses -initialization routine such as \fBinitscr\fR must be called before using any of -these functions. To use the \fBform\fR library, link with the options +The \fBform\fR library uses the \fBcurses\fR libraries. +To use the \fBform\fR library, link with the options \fB-lform -lcurses\fR. +.PP +Your program should set up the locale, e.g., +.sp + \fBsetlocale(LC_ALL, "");\fP +.sp +so that input/output processing will work. +.PP +A curses initialization routine such as \fBinitscr\fR must be called +before using any of these functions. . .SS Current Default Values for Field Attributes .