Remove unnecessary console input buffer reset
这个提交包含在:
@@ -785,7 +785,6 @@ BlDisplayInputDialog(IN PWCHAR Caption,
|
||||
/* Wait for key press and read key stroke */
|
||||
BlWaitForEfiEvent(1, &EfiSystemTable->ConIn->WaitForKey, &Index);
|
||||
BlReadKeyStroke(&Key);
|
||||
BlResetConsoleInputBuffer();
|
||||
|
||||
/* Check key press scan code */
|
||||
if(Key.ScanCode == 0x17)
|
||||
|
||||
在新工单中引用
屏蔽一个用户