char **nf = realloc(flist, fimax * sizeof(*flist));
if (nf == NULL)
goto out;
flist = nf;
}
flist[fi++] = line;
cwid = file_mbswidth(ms, line);