diff options
| author | Matthew Garrett <mjg@redhat.com> | 2012-10-11 09:45:14 -0400 |
|---|---|---|
| committer | Matthew Garrett <mjg@redhat.com> | 2012-10-11 09:45:14 -0400 |
| commit | f031aeca57d52a9a2cdbbfaf80c973c89243e99b (patch) | |
| tree | dd78694cbe66d0a819a79dce515122d89ec6b28b | |
| parent | bb47e3138e1794ffa320fca691db0d5aafd7c53e (diff) | |
| download | efi-boot-shim-f031aeca57d52a9a2cdbbfaf80c973c89243e99b.tar.gz efi-boot-shim-f031aeca57d52a9a2cdbbfaf80c973c89243e99b.zip | |
Clear screen on exit
| -rw-r--r-- | MokManager.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MokManager.c b/MokManager.c index f8856f7c..bc954d53 100644 --- a/MokManager.c +++ b/MokManager.c @@ -1104,6 +1104,8 @@ static EFI_STATUS enter_mok_menu(EFI_HANDLE image_handle, void *MokNew, run_menu(menu_item, menucount, 10); + uefi_call_wrapper(ST->ConOut->ClearScreen, 1, ST->ConOut); + return 0; } |
