how can I set the mouse cursor position in an X window using a C program under Linux? thanks :) (like setcursorpos() in WIN)
EDIT: I\'ve tried this
All modern terminals should support ANSI escape sequences. For anything more complicated (and more portable), however, you should look into using a library such as ncurses.