Stable: 2.4.4
Development: 2.5.0-alpha4
Trouble with moc under Freebsd
Submitted by 0000 on Wed, 2009-10-28 22:11
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.
same problem
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.
This might not be a solution
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)