I'm trying to figure out how the PuTTY terminal numbers its rows and columns.
Does it start from 0,0 or 1,1?
I'm using VT100 to set the cursor and it's important to send the right count.
I want to force the cursor location like this: ESC[1,0f
and I expect it to set the cursor on the second row (starting from zero) and the first column.