summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
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