From 73fb0ea5dade3b2a2377f3b2309b07727c416c8f Mon Sep 17 00:00:00 2001 From: Joursoir Date: Mon, 9 May 2022 12:26:33 +0300 Subject: main: clear the screen after exit --- UefiMonitorTest/UefiMonitorTest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/UefiMonitorTest/UefiMonitorTest.c b/UefiMonitorTest/UefiMonitorTest.c index 2f1234f..2183cb7 100644 --- a/UefiMonitorTest/UefiMonitorTest.c +++ b/UefiMonitorTest/UefiMonitorTest.c @@ -253,6 +253,7 @@ UefiMain ( Status = Run (&Graphics); ForgetGraphicsInfo (&Graphics); + gST->ConOut->ClearScreen(gST->ConOut); UnregisterHiiPackage (gUmtHiiHandle); -- cgit v1.2.3-18-g5258