diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-26 04:01:29 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-11-26 04:01:29 +0000 |
commit | cd15e61d557c4704743905eae7b88ae927cf0394 (patch) | |
tree | 24ae93cd3ef24948fe6cc4049d94433f3ed28919 /lib/libform/form_field_new.3 | |
parent | 65d9e3fdab3ed1511a98387720e59db078fc3d46 (diff) |
libform from ncurses 4.1. Post 4.1 patches to be applied in a separate commit.
Diffstat (limited to 'lib/libform/form_field_new.3')
-rw-r--r-- | lib/libform/form_field_new.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libform/form_field_new.3 b/lib/libform/form_field_new.3 index a65bceed28c..af2dcad5325 100644 --- a/lib/libform/form_field_new.3 +++ b/lib/libform/form_field_new.3 @@ -6,7 +6,8 @@ \fB#include <form.h>\fR .br FIELD *new_field(int height, int width, - int toprow, int leftcol, int offscreen, int nbuffers); + int toprow, int leftcol, + int offscreen, int nbuffers); .br FIELD *dup_field(FIELD *field, int toprow, int leftcol); .br @@ -17,11 +18,11 @@ int free_field(FIELD *field); .SH DESCRIPTION The function \fBnew_field\fR allocates a new field and initializes it from the parameters given: height, width, row of upper-left corner, column of upper-left -corner, number off-screen rows, and number of working buffers. +corner, number off-screen rows, and number of additional working buffers. The function \fBdup_field\fR duplicates a field at a new location. Most attributes (including current contents, size, validation type, buffer count, -growth threshold, justification, fireground, background, padd character, +growth threshold, justification, foreground, background, pad character, options, and user pointer) are copied. Field status and the field page bit are not copied. |