When creating a window using NCurses and newwin(), the first two parameters are to the top left coordinates of the window. To find the size of a window, I can use getmaxyx(). Can I do the same thing for the (current) top left coordinates of a window? I could not find a similar function in the man pages.