I am working on a project that requires me to send a particular location of the cursor on the terminal. Since the coordinates are quite large, it is not possible to actually move the cursor to that position. The way it works is I send an ssh request to a server and the server then queries my terminal using the 33[6n ANSI code. How can I spoof the response from my terminal to send a particular set of coordinates back instead of my actual cursor position?