summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/options.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-12-19 19:42:02 +0000
committerjkh <jkh@FreeBSD.org>1999-12-19 19:42:02 +0000
commit271f0764068406041889c807583b4ff7eeac4a68 (patch)
treea5aeff91fd590ec3536017e3a4268f6c45ad235e /usr.sbin/sysinstall/options.c
parent606120b2a08656def2f79795f8ebfcf616c00e26 (diff)
downloadFreeBSD-src-271f0764068406041889c807583b4ff7eeac4a68.zip
FreeBSD-src-271f0764068406041889c807583b4ff7eeac4a68.tar.gz
Bah, I got the MFC and this commit backwards. :)
Diffstat (limited to 'usr.sbin/sysinstall/options.c')
-rw-r--r--usr.sbin/sysinstall/options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/options.c b/usr.sbin/sysinstall/options.c
index 8f3c97f..e9187f7 100644
--- a/usr.sbin/sysinstall/options.c
+++ b/usr.sbin/sysinstall/options.c
@@ -217,7 +217,7 @@ optionsEditor(dialogMenuItem *self)
static int currOpt = 0;
WINDOW *w = savescr();
- dialog_clear_norefresh();
+ dialog_clear();
clear();
while (1) {
OpenPOWER on IntegriCloud