I need to develop a Lua program (desktop application) that manipulates screen coordinates, it does not have to be a graphical environment (GUI), but I need to be able to, for example, position in the coordinate (10, 10) - line 10 , column 10, and then display text, and then re-position in those coordinates to display other text. The only way is to use a graphical toolkit? Thank you.