summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-04-30 05:25:15 +0000
committerjkh <jkh@FreeBSD.org>1996-04-30 05:25:15 +0000
commit6b2b708ddf6a6b60edd1e1205079426de8683a16 (patch)
treeff4fc7346a26b70184a58e3c9735359ef9a96643
parent9f5d8f5eb75738c8eb8fe32e0c2ae247587ae745 (diff)
downloadFreeBSD-src-6b2b708ddf6a6b60edd1e1205079426de8683a16.zip
FreeBSD-src-6b2b708ddf6a6b60edd1e1205079426de8683a16.tar.gz
Clear the screen before putting up tcpip dialog.
-rw-r--r--release/sysinstall/tcpip.c3
-rw-r--r--usr.sbin/sysinstall/tcpip.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c
index 1423ac4..373af2c 100644
--- a/release/sysinstall/tcpip.c
+++ b/release/sysinstall/tcpip.c
@@ -1,5 +1,5 @@
/*
- * $Id: tcpip.c,v 1.36 1996/04/23 01:29:35 jkh Exp $
+ * $Id: tcpip.c,v 1.37 1996/04/28 00:37:38 jkh Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@@ -235,6 +235,7 @@ tcpOpenDialog(Device *devp)
char title[80];
save = savescr();
+ dialog_clear();
/* We need a curses window */
ds_win = newwin(LINES, COLS, 0, 0);
if (ds_win == 0)
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c
index 1423ac4..373af2c 100644
--- a/usr.sbin/sysinstall/tcpip.c
+++ b/usr.sbin/sysinstall/tcpip.c
@@ -1,5 +1,5 @@
/*
- * $Id: tcpip.c,v 1.36 1996/04/23 01:29:35 jkh Exp $
+ * $Id: tcpip.c,v 1.37 1996/04/28 00:37:38 jkh Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@@ -235,6 +235,7 @@ tcpOpenDialog(Device *devp)
char title[80];
save = savescr();
+ dialog_clear();
/* We need a curses window */
ds_win = newwin(LINES, COLS, 0, 0);
if (ds_win == 0)
OpenPOWER on IntegriCloud