Re: curses: wmove(window, ...) doesn't set physical cursor

2016-11-21 Thread Julian Coleman
Hi, > while wmove(stdscr, ...) seems to work fine, wmove(, ...) > doesn't move the physical cursor, even if the other window has the same > position and size as stdscr. Tested with NetBSD 7.99.39 > (GENERIC.201609300910Z) amd64. Is this a known problem? (The problem does > not occur with nc

Aw: Re: curses: wmove(window, ...) doesn't set physical cursor

2016-11-21 Thread Carsten Kunze
Hi Julian, indeed it does work for simple examples. I had an off-list discussion regarding this thread with Brett Lymm. He asked me to prepare a minimum example which shows the issue. I was not able to produce it, i.e. the minimum example did work. In the real application where it fails it

Aw: Re: curses: wmove(window, ...) doesn't set physical cursor

2016-11-21 Thread Carsten Kunze
Julian Coleman wrote: > Can you try the attached patch and see if that makes things work for you? I didn't note the patch. I'll try that of course, thank you!