diff options
Diffstat (limited to 'Library/UefiShellUfmCommandLib/tbi/screen.c')
-rw-r--r-- | Library/UefiShellUfmCommandLib/tbi/screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/UefiShellUfmCommandLib/tbi/screen.c b/Library/UefiShellUfmCommandLib/tbi/screen.c index daca9c9..d58523c 100644 --- a/Library/UefiShellUfmCommandLib/tbi/screen.c +++ b/Library/UefiShellUfmCommandLib/tbi/screen.c @@ -39,5 +39,6 @@ VOID screen_clear(struct screen *scr) { ASSERT(scr != NULL); + scr->stdout->SetAttribute(scr->stdout, scr->attr); scr->stdout->ClearScreen(scr->stdout); } |