Overdorf, Sam wrote: > Is anyone using the Curses class? > Is anyone maintaining the Curses class? > > It looks like the Curses function move(y,x) is calling the wrong library > routine. > > It is calling the window move function and not the cursor positioning > function. > > Thanks, > Sam Overdorf > According to O'Reilly's Programming with Curses "move() is really a #define macro for wmove() which takes a WINDOW* as its first argument." So it appears that the library is working correctly.