Closed lazna closed 4 years ago
Is it possible to avoid such cumbersomness and catch and store 'ESC[6n' reply into a variable?
https://stackoverflow.com/questions/38237304/get-cursor-position-via-windows-10-console-vt-100-escape-sequence
set $row := @row set $column := @column set $row_column := @position
Thats it! Do it without ANSI did not came on my mind. Closing...
Is it possible to avoid such cumbersomness and catch and store 'ESC[6n' reply into a variable?
https://stackoverflow.com/questions/38237304/get-cursor-position-via-windows-10-console-vt-100-escape-sequence