For example, the KEY_ENTER definition on Pdcurses is 0x157. But sadly it isn't the key code for the Enter keyboard key on Windows platforms, which is actually 0x0D.
There is more key codes which doesn't match right too.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Um, could you be more specific?
For example, the KEY_ENTER definition on Pdcurses is 0x157. But sadly it isn't the key code for the Enter keyboard key on Windows platforms, which is actually 0x0D.
There is more key codes which doesn't match right too.