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.

Reply via email to