X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=qemu-options.hx;h=08749a3391c0a710bfe4cf07c4b2d5833b70ee4d;hb=28605a22f564860c885bde42ad91840e9aacec45;hp=8693f5fa3c76ac85c2b10079fed7d7e1a82722bc;hpb=f39901d59f38a32323055764b859c224c09d85b2;p=mirror_qemu.git diff --git a/qemu-options.hx b/qemu-options.hx index 8693f5fa3c..08749a3391 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1446,7 +1446,7 @@ DEF("display", HAS_ARG, QEMU_OPTION_display, " [,window_close=on|off][,gl=on|core|es|off]\n" "-display gtk[,grab_on_hover=on|off][,gl=on|off]|\n" "-display vnc=[,]\n" - "-display curses\n" + "-display curses[,charset=]\n" "-display none\n" "-display egl-headless[,rendernode=]" " select display type\n" @@ -1478,6 +1478,9 @@ support a text mode, QEMU can display this output using a curses/ncurses interface. Nothing is displayed when the graphics device is in graphical mode or if the graphics device does not support a text mode. Generally only the VGA device models support text mode. +The font charset used by the guest can be specified with the +@code{charset} option, for example @code{charset=CP850} for IBM CP850 +encoding. The default is @code{CP437}. @item none Do not display video output. The guest will still see an emulated graphics card, but its output will not be displayed to the QEMU