Clear the screen before putting up tcpip dialog.

This commit is contained in:
Jordan K. Hubbard 1996-04-30 05:25:15 +00:00
parent 378a8550b9
commit b8258c10b9
2 changed files with 4 additions and 2 deletions

View File

@ -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 * Copyright (c) 1995
* Gary J Palmer. All rights reserved. * Gary J Palmer. All rights reserved.
@ -235,6 +235,7 @@ tcpOpenDialog(Device *devp)
char title[80]; char title[80];
save = savescr(); save = savescr();
dialog_clear();
/* We need a curses window */ /* We need a curses window */
ds_win = newwin(LINES, COLS, 0, 0); ds_win = newwin(LINES, COLS, 0, 0);
if (ds_win == 0) if (ds_win == 0)

View File

@ -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 * Copyright (c) 1995
* Gary J Palmer. All rights reserved. * Gary J Palmer. All rights reserved.
@ -235,6 +235,7 @@ tcpOpenDialog(Device *devp)
char title[80]; char title[80];
save = savescr(); save = savescr();
dialog_clear();
/* We need a curses window */ /* We need a curses window */
ds_win = newwin(LINES, COLS, 0, 0); ds_win = newwin(LINES, COLS, 0, 0);
if (ds_win == 0) if (ds_win == 0)