Returns whether cursor coupling is enabled or disabled for the current screen
#include <nwconio.h> BYTE GetCursorCouplingMode (void);
This function returns the cursor coupling mode if successful; otherwise, it returns EFAILURE.
If an error occurs, errno is set to:
This function returns TRUE if cursor coupling is enabled, and FALSE if cursor coupling is disabled for the current screen.
#include <nwconio.h> BYTE newMode; newMode = GetCursorCouplingMode();