From ff8fc6b6643b6d7414e787636faa158fbc5916d5 Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 3 Aug 1996 10:11:56 +0000 Subject: Try to make screen update more efficient (less flickering) by more judicious use of dialog_clear_norefresh(). --- release/sysinstall/tcpip.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'release/sysinstall/tcpip.c') diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c index b84cb30..ddff8b7 100644 --- a/release/sysinstall/tcpip.c +++ b/release/sysinstall/tcpip.c @@ -1,5 +1,5 @@ /* - * $Id: tcpip.c,v 1.43 1996/07/02 01:03:55 jkh Exp $ + * $Id: tcpip.c,v 1.44 1996/07/08 10:08:22 jkh Exp $ * * Copyright (c) 1995 * Gary J Palmer. All rights reserved. @@ -235,7 +235,7 @@ tcpOpenDialog(Device *devp) char title[80]; save = savescr(); - dialog_clear(); + dialog_clear_norefresh(); /* We need a curses window */ ds_win = newwin(LINES, COLS, 0, 0); if (ds_win == 0) @@ -466,8 +466,7 @@ tcpOpenDialog(Device *devp) } /* Clear this crap off the screen */ - dialog_clear(); - refresh(); + dialog_clear_norefresh(); use_helpfile(NULL); /* We actually need to inform the rest of sysinstall about this -- cgit v1.1