grub4dos icon indicating copy to clipboard operation
grub4dos copied to clipboard

grub4efi - command pause --wait=3 not compatible with grub4dos

Open steve6375 opened this issue 4 years ago • 0 comments

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?

steve6375 avatar Aug 06 '21 12:08 steve6375