diff options
author | Jan Kratochvil <jan@jankratochvil.net> | 2023-06-28 18:23:36 +0800 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-08 07:24:38 +0300 |
commit | c35d9373be7b60a442b9bbb6cfd2ad5f5bde581d (patch) | |
tree | 23af401be6f3a60eee3909813a1a6cd01b14177e /qemu-options.hx | |
parent | fc97167f1fc716b2f4d57adcd34f9bb4544976c9 (diff) |
trivial: man page: document display::gtk::zoom-to-fit
Document display::gtk::zoom-to-fit.
info from: https://superuser.com/questions/1752209/qemu-zoom-to-fit-shortcut-or-cli-switch
Signed-off-by: Jan Kratochvil <jan@jankratochvil.net>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 3a6c7d3ef9..80bd0252d9 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2143,6 +2143,9 @@ SRST ``show-menubar=on|off`` : Display the main window menubar, defaults to "on" + ``zoom-to-fit=on|off`` : Expand video output to the window size, + defaults to "off" + ``curses[,charset=<encoding>]`` Display video output via curses. For graphics device models which support a text mode, QEMU can display this output using a |