summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-08-03 10:11:56 +0000
committerjkh <jkh@FreeBSD.org>1996-08-03 10:11:56 +0000
commitff8fc6b6643b6d7414e787636faa158fbc5916d5 (patch)
tree5079fda21ee24931ed7bd3546d7e784ac1e14a47 /release/sysinstall/tcpip.c
parent42aec86a1d99c456fa6c4a3d03ad515c6517444b (diff)
downloadFreeBSD-src-ff8fc6b6643b6d7414e787636faa158fbc5916d5.zip
FreeBSD-src-ff8fc6b6643b6d7414e787636faa158fbc5916d5.tar.gz
Try to make screen update more efficient (less flickering) by more
judicious use of dialog_clear_norefresh().
Diffstat (limited to 'release/sysinstall/tcpip.c')
-rw-r--r--release/sysinstall/tcpip.c7
1 files changed, 3 insertions, 4 deletions
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
OpenPOWER on IntegriCloud