From 5f292f8f91e3bff20534677a30efb82d3dc9016f Mon Sep 17 00:00:00 2001 From: Matthew Garrett Date: Thu, 11 Oct 2012 09:45:14 -0400 Subject: Clear screen on exit --- MokManager.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MokManager.c') 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; } -- cgit v1.2.3