mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-07-27 11:03:07 +00:00
Don't print Backspace as we print nothing
This commit is contained in:
parent
3b8cc123ce
commit
27129e60a6
@ -453,7 +453,6 @@ static UINT8 get_password (UINT32 *length, CHAR16 *password)
|
||||
if (count == 0 && key.UnicodeChar == CHAR_BACKSPACE) {
|
||||
continue;
|
||||
} else if (key.UnicodeChar == CHAR_BACKSPACE) {
|
||||
Print(L"%c", CHAR_BACKSPACE);
|
||||
input[--count] = '\0';
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user