insert_font
static bool insert_font(char *, FONT_FLAGS);
(void) insert_font(VGA_8X16_FONT, FONT_MANUAL);
(void) insert_font(DEFAULT_8X16_FONT, FONT_MANUAL);
if (insert_font(np->n_name, FONT_AUTO) == false)
if (insert_font(name, FONT_MANUAL) == false) {
(void) insert_font(NULL, FONT_BUILTIN);