Deleted Added
full compact
30c30
< .\" $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 $
44,46c44,45
< 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
47a47,55
> .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.