mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
Some key sequences seem to end with a tilde
This commit is contained in:
@@ -69,7 +69,7 @@ int getkey ( void ) {
|
|||||||
continue;
|
continue;
|
||||||
if ( ! key )
|
if ( ! key )
|
||||||
key = KEY_ANSI ( character );
|
key = KEY_ANSI ( character );
|
||||||
if ( ( character >= 0x40 ) && ( character <= 0x4f ) )
|
if ( character >= 0x40 )
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user