This fixes the following compiler error.
src/platform/curses-platform.c:226:5: error: incompatible function pointer types initializing
'char ()(short, PauseBehavior)' (aka 'char ()(short, struct PauseBehavior)')
with an expression of type 'char (short)' [-Wincompatible-function-pointer-types]
curses_pauseForMilliseconds,
^~~~~~~~~~~~~~~~~~~~~~~~~~~