Click to See Complete Forum and Search --> : getting cursor position with curses


Spawn913
02-26-2003, 09:08 PM
Is there a curses function that gives you the current row/column position in a window?

Or, is there a way of simply "going to the next line without overwriting the contents of the current line", without having to track the row and column positions and using wmove()?