提交 58f5c7ec 编写于 作者: V vit9696

OcBootManagementLib: Ensure no cursor in simple picker

上级 8fc88733
......@@ -74,6 +74,7 @@ OcShowSimpleBootMenu (
}
OcConsoleControlSetMode (EfiConsoleControlScreenText);
gST->ConOut->EnableCursor (gST->ConOut, FALSE);
while (TRUE) {
gST->ConOut->ClearScreen (gST->ConOut);
......@@ -223,7 +224,7 @@ OcShowSimplePasswordRequest (
}
OcConsoleControlSetMode (EfiConsoleControlScreenText);
gST->ConOut->EnableCursor (gST->ConOut, FALSE);
gST->ConOut->ClearScreen (gST->ConOut);
for (Index = 0; Index < 3; ++Index) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册