summaryrefslogtreecommitdiff
path: root/MokManager.c
diff options
context:
space:
mode:
authorMatthew Garrett <mjg@redhat.com>2012-10-11 09:45:14 -0400
committerMatthew Garrett <mjg@redhat.com>2012-10-11 09:45:14 -0400
commit5f292f8f91e3bff20534677a30efb82d3dc9016f (patch)
treedd78694cbe66d0a819a79dce515122d89ec6b28b /MokManager.c
parent202b5c3e12c5d4054271d0dfccda3551f0f5783c (diff)
downloadefi-boot-shim-5f292f8f91e3bff20534677a30efb82d3dc9016f.tar.gz
efi-boot-shim-5f292f8f91e3bff20534677a30efb82d3dc9016f.zip
Clear screen on exit
Diffstat (limited to 'MokManager.c')
-rw-r--r--MokManager.c2
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;
}