FDOS / fdisk

Fixed Disk Setup Program - manages partitions using the MBR partitioning scheme
GNU General Public License v2.0
44 stars 13 forks source link

Fixed wait-for-keypress routine #39

Closed mateuszviste closed 1 year ago

mateuszviste commented 1 year ago

The "press any key" routine skips two pages if an extended key is pressed (like an arrow key, a function key, etc). This commit fixes this by detecting extended keys and fetching them out of the keyboard queue.