execute a strategic clear.

This commit is contained in:
jkh 1999-09-19 08:24:32 +00:00
parent 8e8efb3bd5
commit 73f3f4d411
3 changed files with 9 additions and 3 deletions

View File

@ -601,8 +601,10 @@ nodisks:
dialog_clear_norefresh();
if (!msgYesNo("The FreeBSD package collection is a collection of hundreds of ready-to-run\n"
"applications, from text editors to games to WEB servers and more. Would you\n"
"like to browse the collection now?"))
"like to browse the collection now?")) {
dialog_clear();
(void)configPackages(self);
}
dialog_clear_norefresh();
if (!msgYesNo("Would you like to add any initial user accounts to the system?\n"

View File

@ -601,8 +601,10 @@ nodisks:
dialog_clear_norefresh();
if (!msgYesNo("The FreeBSD package collection is a collection of hundreds of ready-to-run\n"
"applications, from text editors to games to WEB servers and more. Would you\n"
"like to browse the collection now?"))
"like to browse the collection now?")) {
dialog_clear();
(void)configPackages(self);
}
dialog_clear_norefresh();
if (!msgYesNo("Would you like to add any initial user accounts to the system?\n"

View File

@ -601,8 +601,10 @@ nodisks:
dialog_clear_norefresh();
if (!msgYesNo("The FreeBSD package collection is a collection of hundreds of ready-to-run\n"
"applications, from text editors to games to WEB servers and more. Would you\n"
"like to browse the collection now?"))
"like to browse the collection now?")) {
dialog_clear();
(void)configPackages(self);
}
dialog_clear_norefresh();
if (!msgYesNo("Would you like to add any initial user accounts to the system?\n"