
If TRUE, it enables the keypad on the keyboard of the user’s terminal when waiting for input. Ncurses will then return a key code defined in ncurses.h as KEY * for the function and arrow keys on the keypad. This is very useful for a PC keyboard because you can enable the numerical block and the cursor keys.
Author: Domingo Gutxi