From 369cf5afc30221aa22ea2f0220cdcf0002381da3 Mon Sep 17 00:00:00 2001 From: Paul Richards Date: Wed, 11 Jan 1995 01:29:38 +0000 Subject: Change size of example form from 80x25 to 80x24 so it works in a standard xterm. --- lib/libforms/examples/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libforms') diff --git a/lib/libforms/examples/test.c b/lib/libforms/examples/test.c index 92e65a8ae981..8725c2b17c19 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(); -- cgit v1.3