Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: audio/moc dumps core in libcurses



Hi,

I've applied a patch to audio/moc. It works on my end now.
It was attempting set_escdelay (25); very early, before setting
up a window.

On nbcurses it was:_cursesi_screen->ESCDELAY = escdelay;
which was a null deref.

for ncurses, it was returning an error, but it was ignoring it.

I've moved the call a bit later in the setup.


Home | Main Index | Thread Index | Old Index