Sets the input cursor position to the output cursor position
#include <nwconio.h> int SetInputAtOutputCursorPosition (void);
The following table lists return values and descriptions.
The input cursor position is set to the output cursor position on the current screen. If another thread is waiting on the keyboard, the current thread waits until the keyboard is free.