Enables the input cursor for the current screen
#include <nwconio.h> int DisplayInputCursor (void);
The following table lists return values and descriptions.
This function makes the input cursor of the current screen visible when the screen is next displayed. If another thread is waiting on the keyboard, this function waits until the keyboard is free.