From 469f514e6e90fe5ab3c403730fd411b1f2cd3b7a Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 5 Nov 1994 23:56:40 +0000 Subject: I misunderstood dialog_prgbox() - fix it. --- sbin/sysinstall/ourcurses.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin') diff --git a/sbin/sysinstall/ourcurses.c b/sbin/sysinstall/ourcurses.c index 41685c2..0edcda8 100644 --- a/sbin/sysinstall/ourcurses.c +++ b/sbin/sysinstall/ourcurses.c @@ -179,6 +179,6 @@ ShowFile(char *filename, char *header) } dialog_clear(); sprintf(buf, "/stand/gzip -c -d %s", filename); - dialog_prgbox(header, buf, LINES-1, COLS); + dialog_prgbox(header, buf, LINES-1, COLS, TRUE, TRUE); dialog_clear(); } -- cgit v1.1