diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2014-05-28 12:36:25 +0100 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2014-05-28 12:36:25 +0100 |
| commit | 53651ec26b26440d73ed0f1bcd011e0d636b2d73 (patch) | |
| tree | b5110bf2feb5b02111cbea3416167d868381a54f /include/ui/console.h | |
| parent | 109519fd326f967bf1fffded2430d7a49899d47d (diff) | |
| parent | 3f9a6e852eec56453a423a9564499fa2305f1cb4 (diff) | |
| download | focaccia-qemu-53651ec26b26440d73ed0f1bcd011e0d636b2d73.tar.gz focaccia-qemu-53651ec26b26440d73ed0f1bcd011e0d636b2d73.zip | |
Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-1' into staging
console: multiwindow support for text terminal QemuConsoles console: small fixes # gpg: Signature made Mon 26 May 2014 09:17:27 BST using RSA key ID D3E87138 # gpg: Can't check signature: public key not found * remotes/kraxel/tags/pull-console-1: console: add kbd_put_keysym_console console: rework text terminal cursor logic console: update text terminal surface unconditionally console: nicer initial screen console: Abort on property access errors Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'include/ui/console.h')
| -rw-r--r-- | include/ui/console.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/console.h b/include/ui/console.h index 8a866176db..b513e2082d 100644 --- a/include/ui/console.h +++ b/include/ui/console.h @@ -81,6 +81,7 @@ void do_mouse_set(Monitor *mon, const QDict *qdict); #define QEMU_KEY_CTRL_PAGEUP 0xe406 #define QEMU_KEY_CTRL_PAGEDOWN 0xe407 +void kbd_put_keysym_console(QemuConsole *s, int keysym); void kbd_put_keysym(int keysym); /* consoles */ |