summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/system.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-10-01 04:56:34 +0000
committerjkh <jkh@FreeBSD.org>1996-10-01 04:56:34 +0000
commit117f14cc949233d70b63d061809f9fd4c521b9c7 (patch)
treeef86ebed535a409a0eb618de35e2a7c76757a7ee /usr.sbin/sysinstall/system.c
parentffedaf5fae38d3bd2e2693e5cdccebf8cc5ab7d6 (diff)
downloadFreeBSD-src-117f14cc949233d70b63d061809f9fd4c521b9c7.zip
FreeBSD-src-117f14cc949233d70b63d061809f9fd4c521b9c7.tar.gz
Saner screen refresh changes, part I.
Diffstat (limited to 'usr.sbin/sysinstall/system.c')
-rw-r--r--usr.sbin/sysinstall/system.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/sysinstall/system.c b/usr.sbin/sysinstall/system.c
index 80162f1..5aa7f0c 100644
--- a/usr.sbin/sysinstall/system.c
+++ b/usr.sbin/sysinstall/system.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: system.c,v 1.63 1996/08/01 10:58:54 jkh Exp $
+ * $Id: system.c,v 1.64 1996/09/26 21:07:08 pst Exp $
*
* Jordan Hubbard
*
@@ -58,7 +58,6 @@ systemInitialize(int argc, char **argv)
{
int i;
-
signal(SIGINT, SIG_IGN);
globalsInit();
@@ -158,7 +157,6 @@ systemDisplayHelp(char *file)
{
char *fname = NULL;
char buf[FILENAME_MAX];
- WINDOW *old = savescr();
int ret = 0;
fname = systemHelpFile(file, buf);
@@ -174,7 +172,6 @@ systemDisplayHelp(char *file)
use_helpline(NULL);
dialog_textbox(file, fname, LINES, COLS);
}
- restorescr(old);
return ret;
}
OpenPOWER on IntegriCloud