diff options
| author | Samuel Thibault | 2016-06-22 17:48:31 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2016-09-13 17:12:34 +0200 |
| commit | 32945472cef09306c96635cb030704d5bd8f85be (patch) | |
| tree | a6cf5f60f889714b2c9ea596bf0aaf356d9a25b5 | |
| parent | trace-event: display "%d" instead of "0x%d" (diff) | |
| download | qemu-32945472cef09306c96635cb030704d5bd8f85be.tar.gz qemu-32945472cef09306c96635cb030704d5bd8f85be.tar.xz qemu-32945472cef09306c96635cb030704d5bd8f85be.zip | |
Document that curses usually needs -k option too
Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
| -rw-r--r-- | qemu-options.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 70dfe986a2..cde4a05a32 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -303,7 +303,7 @@ STEXI @findex -k Use keyboard layout @var{language} (for example @code{fr} for French). This option is only needed where it is not easy to get raw PC -keycodes (e.g. on Macs, with some X11 servers or with a VNC +keycodes (e.g. on Macs, with some X11 servers or with a VNC or curses display). You don't normally need to use it on PC/Linux or PC/Windows hosts. |
