pkg_vfprintf(tty, yesnomsg, ap);
va_end(ap);
fflush(tty);
c = getc(tty);
if (c == 'y' || c == 'Y')
r = true;