Re: [PDCurses] wmove() nonfunctional?

2009-02-23 Thread Karl Garrison
On Mon, Feb 23, 2009 at 11:22 AM, William McBrine wrote: > On Mon, 23 Feb 2009, Karl Garrison wrote: > > I have encountered a problem with the wmove() function under PDCurses 3.4 >> - it appears to not change the cursor position at all, as far as I can tell. >> > > It works fine. The problem in y

Re: [PDCurses] wmove() nonfunctional?

2009-02-23 Thread William McBrine
On Mon, 23 Feb 2009, Karl Garrison wrote: I have encountered a problem with the wmove() function under PDCurses 3.4 - it appears to not change the cursor position at all, as far as I can tell. It works fine. The problem in your test program is that after every wmove(), you're doing a getch()

[PDCurses] wmove() nonfunctional?

2009-02-23 Thread Karl Garrison
I have encountered a problem with the wmove() function under PDCurses 3.4 - it appears to not change the cursor position at all, as far as I can tell. The move() function appears to work normally, however. Here is a code snippet that works fine with ncurses, but does not work with PDCurses 3.4. I