diff options
author | Joursoir <chat@joursoir.net> | 2022-05-09 12:26:33 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-05-09 12:26:33 +0300 |
commit | 73fb0ea5dade3b2a2377f3b2309b07727c416c8f (patch) | |
tree | a38bac61c96211f4f1110dd5886f8601d95b83af | |
parent | e554ca24cd0621df63a1a96f3e6114168a50bbba (diff) | |
download | umt-73fb0ea5dade3b2a2377f3b2309b07727c416c8f.tar.gz umt-73fb0ea5dade3b2a2377f3b2309b07727c416c8f.tar.bz2 umt-73fb0ea5dade3b2a2377f3b2309b07727c416c8f.zip |
main: clear the screen after exit
-rw-r--r-- | UefiMonitorTest/UefiMonitorTest.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |