From ba65264d1e407b83c9ecfd748a494cf0885cf8ff Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Wed, 27 Aug 2025 22:21:39 +0200 Subject: [PATCH] Remove unnecessary console input buffer reset --- xtldr/textui.c | 1 - 1 file changed, 1 deletion(-) 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)