aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/user.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-03-09 22:25:49 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-03-09 22:25:49 +0000
commit7c8f98f5b7aac5d363756bacc761eb03ae3b612d (patch)
treebba8f896c868d231b9a003e3889ffcbf758336b4 /usr.sbin/sysinstall/user.c
parentc3df09bb7a1bb1e19749d94709f23f9251956e0f (diff)
downloadsrc-7c8f98f5b7aac5d363756bacc761eb03ae3b612d.tar.gz
src-7c8f98f5b7aac5d363756bacc761eb03ae3b612d.zip
Add a registration screen so we can finally start counting our little user
puppies.
Notes
Notes: svn path=/head/; revision=23588
Diffstat (limited to 'usr.sbin/sysinstall/user.c')
-rw-r--r--usr.sbin/sysinstall/user.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/user.c b/usr.sbin/sysinstall/user.c
index 2a47352022a7..680a5430c87c 100644
--- a/usr.sbin/sysinstall/user.c
+++ b/usr.sbin/sysinstall/user.c
@@ -1,5 +1,5 @@
/*
- * $Id$
+ * $Id: user.c,v 1.13 1997/02/22 14:12:36 peter Exp $
*
* Copyright (c) 1996
* Jörg Wunsch. All rights reserved.
@@ -381,6 +381,7 @@ reenter:
goto reenter;
/* Clear this crap off the screen */
+ delwin(ds_win);
dialog_clear_norefresh();
use_helpfile(NULL);
@@ -710,6 +711,7 @@ reenter:
goto reenter;
/* Clear this crap off the screen */
+ delwin(ds_win);
dialog_clear_norefresh();
use_helpfile(NULL);