void disableinputecho(void)
Disable echoing input until enableinputecho() is called.
void enableinputecho(void)
Enable echoing input, which should be the default mode. Call this only after calling disableinputecho...
void setcursorposition(int row, int column)
Move the text cursor to the specified screen coordinates.
void getcursorposition(int *row, int *column)
Retrieve the current cursor position in the console window.