tech-userlevel archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
curses: Visible cursor not set with wmove
Hello,
in an application I use two non-overlapping windows which fill the whole screen. Normally I hide the cursor (curs_set(0)), but for inputs I set curs_set(1). But the cursor does stay in stdscr position 0,0. If I use move() instead of wmove(), the cursor is positioned correctly. Also wmove() does work with ncurses correctly.
I use an old NetBSD-"current" from Feb 28, maybe this is fixed now. Anyway--is this a known bug for NetBSD curses?
Regards,
Carsten
Home |
Main Index |
Thread Index |
Old Index