Some key sequences seem to end with a tilde

pull/1/head
Michael Brown 2006-12-20 22:12:25 +00:00
parent 2ae27f44d9
commit ae728f8d23
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ int getkey ( void ) {
continue;
if ( ! key )
key = KEY_ANSI ( character );
if ( ( character >= 0x40 ) && ( character <= 0x4f ) )
if ( character >= 0x40 )
break;
}