Trouble with moc under Freebsd

Hello,

I recently installed moc under my freebsd, but the Terminal User Interface doesn't work correctly. Displaying weird characters (like this http://i35.tinypic.com/fenkvm.jpg) and I have no control. I suppose that's a ncurses problem but really don't know how can I solve this.

This might not be a solution but you could try to only use ASCII characters in the interface.
In .moc/config change/add:
ASCIILines = yes
(default is no)

I have the same problem. on FreeBSD 8.1-BETA1 with the port moc-2.4.4_4. The ASCIILines option don't help, it still have the same problem.

I have similar problem with centerim, maybe is a problem with ncurses.