mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-07-30 19:30:43 +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) {
|
if (count == 0 && key.UnicodeChar == CHAR_BACKSPACE) {
|
||||||
continue;
|
continue;
|
||||||
} else if (key.UnicodeChar == CHAR_BACKSPACE) {
|
} else if (key.UnicodeChar == CHAR_BACKSPACE) {
|
||||||
Print(L"%c", CHAR_BACKSPACE);
|
|
||||||
input[--count] = '\0';
|
input[--count] = '\0';
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user