carlos-montiers / enhancedbatch

Enhances your windows command prompt https://www.enhancedbatch.com
Other
5 stars 1 forks source link

Catching ANSI 'ESC[6n' response #53

Closed lazna closed 4 years ago

lazna commented 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

adoxa commented 4 years ago
set $row := @row
set $column := @column
set $row_column := @position
lazna commented 4 years ago

Thats it! Do it without ANSI did not came on my mind. Closing...