summaryrefslogtreecommitdiffstats
path: root/lib/libforms/forms.h
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1995-01-24 13:27:46 +0000
committerpaul <paul@FreeBSD.org>1995-01-24 13:27:46 +0000
commitd0f75ce585aff4f50472796d7d6a8574909191a8 (patch)
tree9e98312d3eeaafffe47ec70b4cd02e871b49aa4a /lib/libforms/forms.h
parent860d93251e38334c8858861c8c6b09a0f7f4435f (diff)
downloadFreeBSD-src-d0f75ce585aff4f50472796d7d6a8574909191a8.zip
FreeBSD-src-d0f75ce585aff4f50472796d7d6a8574909191a8.tar.gz
Changed the example to use the forms spec file.
Made a couple of variable name changes.
Diffstat (limited to 'lib/libforms/forms.h')
-rw-r--r--lib/libforms/forms.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libforms/forms.h b/lib/libforms/forms.h
index bdb5988..be56303 100644
--- a/lib/libforms/forms.h
+++ b/lib/libforms/forms.h
@@ -30,8 +30,8 @@ struct form {
int no_fields;
int current_field;
struct field *field;
- int nlines;
- int ncols;
+ int height;
+ int width;
int y;
int x;
WINDOW *window;
OpenPOWER on IntegriCloud