grub4dos
grub4dos copied to clipboard
grub4efi - command pause --wait=3 not compatible with grub4dos
In grub4dos legacy
pause --wait=3
pause --test-key --wait=3
return 1 if no key is pressed.
but grub4efi returns 0xFFFFFFFF or 4294967295 if no key is pressed.
Can it be changed to return 1 if no key was pressed please to be compatible?