How to get the cursor position row and column from Terminal Application with Windows compatibility

As set text at field position is not working with windows with terminal application , i am trying a different way to get the cursor position and set text. Can someone please help me with this ?

You don’t need to GET the cursor position. You SET the cursor position with the Move Cursor activity, then use Send Keys to type. Also, you should be using Direct Connection not a third-party client. Direct Connection works much better.

Move cursor is not working with windows compatibility.