diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-08-03 10:11:56 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-08-03 10:11:56 +0000 |
| commit | 96a9d7fb415e69d8d520f88450b15a4d17feaa39 (patch) | |
| tree | 5079fda21ee24931ed7bd3546d7e784ac1e14a47 /usr.sbin/sade/label.c | |
| parent | 80550032a8456dd7f62bb651a5499b461e85c12c (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sade/label.c')
| -rw-r--r-- | usr.sbin/sade/label.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/sade/label.c b/usr.sbin/sade/label.c index 0c70f36bc626..ad30c723658c 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.56 1996/08/01 11:39:49 jkh Exp $ + * $Id: label.c,v 1.57 1996/08/03 05:25:56 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -321,7 +321,7 @@ get_partition_type(void) "Swap", "A swap partition.", }; - dialog_clear(); + dialog_clear_norefresh(); i = dialog_menu("Please choose a partition type", "If you want to use this partition for swap space, select Swap.\n" "If you want to put a filesystem on it, choose FS.", @@ -480,7 +480,7 @@ diskLabel(char *str) keypad(stdscr, TRUE); record_label_chunks(devs); - dialog_clear(); clear(); + dialog_clear_norefresh(); clear(); while (labeling) { print_label_chunks(); if (first_time) { @@ -851,7 +851,7 @@ diskLabel(char *str) } variable_set2(DISK_LABELLED, "yes"); DialogActive = TRUE; - dialog_clear(); + dialog_clear_norefresh(); restorescr(save); record_label_chunks(devs); } |
