summaryrefslogtreecommitdiffstats
path: root/src/core/getkey.c
diff options
context:
space:
mode:
authorMichael Brown2006-12-20 23:12:25 +0100
committerMichael Brown2006-12-20 23:12:25 +0100
commitae728f8d23c1ca8c4b69750e8365ff4b54269450 (patch)
treeb39a0b6eebdb4d730af78f786f3b774953440813 /src/core/getkey.c
parentAdd insert/delete and document keys, and documentation. (diff)
downloadipxe-ae728f8d23c1ca8c4b69750e8365ff4b54269450.tar.gz
ipxe-ae728f8d23c1ca8c4b69750e8365ff4b54269450.tar.xz
ipxe-ae728f8d23c1ca8c4b69750e8365ff4b54269450.zip
Some key sequences seem to end with a tilde
Diffstat (limited to 'src/core/getkey.c')
-rw-r--r--src/core/getkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/getkey.c b/src/core/getkey.c
index 0c9dac99..20528ffc 100644
--- a/src/core/getkey.c
+++ b/src/core/getkey.c
@@ -69,7 +69,7 @@ int getkey ( void ) {
continue;
if ( ! key )
key = KEY_ANSI ( character );
- if ( ( character >= 0x40 ) && ( character <= 0x4f ) )
+ if ( character >= 0x40 )
break;
}