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 | 5f292f8f91e3bff20534677a30efb82d3dc9016f (patch) | |
| tree | dd78694cbe66d0a819a79dce515122d89ec6b28b /MokManager.c | |
| parent | 202b5c3e12c5d4054271d0dfccda3551f0f5783c (diff) | |
| download | efi-boot-shim-5f292f8f91e3bff20534677a30efb82d3dc9016f.tar.gz efi-boot-shim-5f292f8f91e3bff20534677a30efb82d3dc9016f.zip | |
Clear screen on exit
Diffstat (limited to 'MokManager.c')
| -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; } |
