I am programming in Python with outputs on LXTerminals. I am not very used to CLI output. I read that there should exist ANSI escape sequences such as "\033[s" for saving the cursor position and "\033[u" to reload the position. These two don't seem to work and I am testing some other escape sequences but I am having other problems. Is there a reference for supported sequences? or do you know something more about this?
I am programming in Python with outputs on LXTerminals. I am not very used to CLI output. I read that there should exist ANSI escape sequences such as "\033[s" for saving the cursor position and "\033[u" to reload the position. These two don't seem to work and I am testing some other escape sequences but I am having other problems. Is there a reference for supported sequences? or do you know something more about this?