diff options
author | hpa <hpa> | 2004-12-21 23:31:45 +0000 |
---|---|---|
committer | hpa <hpa> | 2004-12-21 23:31:45 +0000 |
commit | cb23ea204292a261a85bc1f9b15a9db46c3d690e (patch) | |
tree | 76a023cbfb5129c4a7aa0752a8ff3c4633dc8697 /com32/samples | |
parent | c81c57367f2abbb1003de78990ead873c857193d (diff) | |
download | syslinux-elf-cb23ea204292a261a85bc1f9b15a9db46c3d690e.tar.gz syslinux-elf-cb23ea204292a261a85bc1f9b15a9db46c3d690e.tar.xz syslinux-elf-cb23ea204292a261a85bc1f9b15a9db46c3d690e.zip |
Support timeout in the menusyslinux-2.20-pre12
Diffstat (limited to 'com32/samples')
-rw-r--r-- | com32/samples/keytest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/samples/keytest.c b/com32/samples/keytest.c index d10bd665..0433201e 100644 --- a/com32/samples/keytest.c +++ b/com32/samples/keytest.c @@ -33,7 +33,7 @@ static void cooked_keys(void) printf("[cooked]"); for(;;) { - key = get_key(stdin); + key = get_key(stdin, 0); if ( key == 0x03 ) { printf("[done]\n"); |