From 851214ef8a6e2c94626533a645da245692d73d88 Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 21 May 1995 17:53:27 +0000 Subject: [PATCH] Stick in another strategic clear(). --- release/sysinstall/label.c | 4 ++-- usr.sbin/sade/label.c | 4 ++-- usr.sbin/sysinstall/label.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/release/sysinstall/label.c b/release/sysinstall/label.c index d84035300b84..a796f93f88e5 100644 --- a/release/sysinstall/label.c +++ b/release/sysinstall/label.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: label.c,v 1.17 1995/05/21 10:16:10 jkh Exp $ + * $Id: label.c,v 1.18 1995/05/21 15:40:49 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -255,7 +255,7 @@ get_partition_type(void) "Swap", "A swap partition.", }; - + dialog_clear(); clear(); i = dialog_menu("Please choose a partition type", "If you want to use this partition for swap space, select Swap.\nIf you want to put a filesystem on it, choose FS.", -1, -1, 2, 2, fs_types, selection, NULL, NULL); if (!i) { diff --git a/usr.sbin/sade/label.c b/usr.sbin/sade/label.c index d84035300b84..a796f93f88e5 100644 --- a/usr.sbin/sade/label.c +++ b/usr.sbin/sade/label.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: label.c,v 1.17 1995/05/21 10:16:10 jkh Exp $ + * $Id: label.c,v 1.18 1995/05/21 15:40:49 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -255,7 +255,7 @@ get_partition_type(void) "Swap", "A swap partition.", }; - + dialog_clear(); clear(); i = dialog_menu("Please choose a partition type", "If you want to use this partition for swap space, select Swap.\nIf you want to put a filesystem on it, choose FS.", -1, -1, 2, 2, fs_types, selection, NULL, NULL); if (!i) { diff --git a/usr.sbin/sysinstall/label.c b/usr.sbin/sysinstall/label.c index d84035300b84..a796f93f88e5 100644 --- a/usr.sbin/sysinstall/label.c +++ b/usr.sbin/sysinstall/label.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: label.c,v 1.17 1995/05/21 10:16:10 jkh Exp $ + * $Id: label.c,v 1.18 1995/05/21 15:40:49 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -255,7 +255,7 @@ get_partition_type(void) "Swap", "A swap partition.", }; - + dialog_clear(); clear(); i = dialog_menu("Please choose a partition type", "If you want to use this partition for swap space, select Swap.\nIf you want to put a filesystem on it, choose FS.", -1, -1, 2, 2, fs_types, selection, NULL, NULL); if (!i) {