Returns the output cursor’s current row and column position for the current screen
#include <nwconio.h>
int GetPositionOfOutputCursor (
WORD *row,
WORD *column);
(OUT) Points to the row on which the cursor is positioned (first row is 0).
(OUT) Points to the column on which the cursor is positioned (first column is 0).
The following table lists return values and descriptions.
This function returns the output cursor’s position on the current screen; it also returns the input cursor’s position if cursor coupling is enabled for the current screen.