aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/msg.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-08-03 10:11:56 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-08-03 10:11:56 +0000
commit96a9d7fb415e69d8d520f88450b15a4d17feaa39 (patch)
tree5079fda21ee24931ed7bd3546d7e784ac1e14a47 /usr.sbin/sysinstall/msg.c
parent80550032a8456dd7f62bb651a5499b461e85c12c (diff)
Notes
Diffstat (limited to 'usr.sbin/sysinstall/msg.c')
-rw-r--r--usr.sbin/sysinstall/msg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/msg.c b/usr.sbin/sysinstall/msg.c
index d1b6b1831b0b..fcef6c8c891a 100644
--- a/usr.sbin/sysinstall/msg.c
+++ b/usr.sbin/sysinstall/msg.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: msg.c,v 1.38 1996/07/31 06:20:58 jkh Exp $
+ * $Id: msg.c,v 1.39 1996/08/01 10:58:52 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -217,7 +217,7 @@ msgNotify(char *fmt, ...)
use_helpfile(NULL);
if (isDebug())
msgDebug("Notify: %s\n", errstr);
- dialog_clear();
+ dialog_clear_norefresh();
dialog_msgbox("Information Dialog", errstr, -1, -1, 0);
}
@@ -312,7 +312,7 @@ msgWeHaveOutput(char *fmt, ...)
use_helpline(NULL);
use_helpfile(NULL);
msgDebug("Notify: %s\n", errstr);
- dialog_clear();
+ dialog_clear_norefresh();
dialog_msgbox("Information Dialog", errstr, -1, -1, 0);
}