summaryrefslogtreecommitdiffstats
path: root/lib/libforms
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1995-01-11 01:29:38 +0000
committerpaul <paul@FreeBSD.org>1995-01-11 01:29:38 +0000
commit1f1323291ea5c94ad1d6287ef9b0f703221b656d (patch)
tree94b0b92ed69c0dabfc4de822a4d85e49c9ae301b /lib/libforms
parent02084ce6323f7706c1a93698b98102f480d1a079 (diff)
downloadFreeBSD-src-1f1323291ea5c94ad1d6287ef9b0f703221b656d.zip
FreeBSD-src-1f1323291ea5c94ad1d6287ef9b0f703221b656d.tar.gz
Change size of example form from 80x25 to 80x24 so it works
in a standard xterm.
Diffstat (limited to 'lib/libforms')
-rw-r--r--lib/libforms/examples/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libforms/examples/test.c b/lib/libforms/examples/test.c
index 92e65a8..8725c2b 100644
--- a/lib/libforms/examples/test.c
+++ b/lib/libforms/examples/test.c
@@ -63,7 +63,7 @@ main()
{F_END, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}
};
- struct form form = {0, 3, field, 25, 80, 0, 0, 0};
+ struct form form = {0, 3, field, 24, 80, 0, 0, 0};
form.field = field;
initscr();
OpenPOWER on IntegriCloud