I need to get the position of the cursor terminal and then install it, I already know how to install it using "move", what in ncurses, any ideas?
Have you tried getyx()?
getyx()
Or, if you prefer the functions of obsolete curses, getcurx () and getcury () ?