diff --git a/xtldr/textui.c b/xtldr/textui.c index 8fdf7ef..8ea7e29 100644 --- a/xtldr/textui.c +++ b/xtldr/textui.c @@ -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)