Void keypad(Window win, Bool bf)
Arguments
win: The window to apply tobf: Whether to enable the keypad
Usage
Enable or disable the keypad. If the keypad is enabled, then curses will translate keypad keys to their character constants (e.g. KeyA3). Otherwise, the raw escape sequences will be returned. This function does nothing on Windows