summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-05 23:56:40 +0000
committerjkh <jkh@FreeBSD.org>1994-11-05 23:56:40 +0000
commit469f514e6e90fe5ab3c403730fd411b1f2cd3b7a (patch)
treee71172eeaf2d563b7e8bb356b9c5688b11b13005 /sbin
parentab56297580bc300c28ef4a8d0bed44c6ee9e5897 (diff)
downloadFreeBSD-src-469f514e6e90fe5ab3c403730fd411b1f2cd3b7a.zip
FreeBSD-src-469f514e6e90fe5ab3c403730fd411b1f2cd3b7a.tar.gz
I misunderstood dialog_prgbox() - fix it.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/sysinstall/ourcurses.c2
1 files changed, 1 insertions, 1 deletions
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();
}
OpenPOWER on IntegriCloud