Navigation Menu

Skip to content

Commit

Permalink
Clear the screen before erasing keys
Browse files Browse the repository at this point in the history
  • Loading branch information
lcp committed Dec 20, 2012
1 parent 14d4b8e commit 10f0f58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MokManager.c
Expand Up @@ -675,6 +675,7 @@ static INTN mok_deletion_prompt (void *MokNew, void *data2, void *data3) {
UINT32 length;
EFI_STATUS efi_status;

uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut);
Print(L"Erase all stored keys? (y/N): ");

get_line (&length, line, 1, 1);
Expand Down

0 comments on commit 10f0f58

Please sign in to comment.