The title of the post is self-splicative.
I wanna know how can I take the linux terminal cursor position.
Currently I'm setting the position like this:
print('\033[10;10f')
That method is not good, because depends of Shell Script.
So I need to know who to set and get, cursor position.