diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-04-30 05:25:15 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-04-30 05:25:15 +0000 |
| commit | b8258c10b925fd422b01023dd9cac55de43afc23 (patch) | |
| tree | ff4fc7346a26b70184a58e3c9735359ef9a96643 | |
| parent | 378a8550b925a883f3a5506cf38d4c7ce8bb5ade (diff) | |
Notes
| -rw-r--r-- | release/sysinstall/tcpip.c | 3 | ||||
| -rw-r--r-- | usr.sbin/sysinstall/tcpip.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c index 1423ac4a0d38..373af2c49aa8 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 1423ac4a0d38..373af2c49aa8 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) |
