Home
last modified time | relevance | path

Searched refs:font_charset (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/ui/
H A Dcurses.c65 static const char *font_charset = "CP437"; variable
478 fch, font_charset, strerror(errno)); in convert_font()
593 font_conv = iconv_open(local_codeset, font_charset); in font_setup()
598 font_charset, strerror(errno)); in font_setup()
795 font_charset = opts->u.curses.charset; in curses_display_init()