summaryrefslogtreecommitdiffstats
path: root/include/ui
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2014-05-28 12:36:25 +0100
committerPeter Maydell <peter.maydell@linaro.org>2014-05-28 12:36:25 +0100
commit53651ec26b26440d73ed0f1bcd011e0d636b2d73 (patch)
treeb5110bf2feb5b02111cbea3416167d868381a54f /include/ui
parent109519fd326f967bf1fffded2430d7a49899d47d (diff)
parent3f9a6e852eec56453a423a9564499fa2305f1cb4 (diff)
downloadhqemu-53651ec26b26440d73ed0f1bcd011e0d636b2d73.zip
hqemu-53651ec26b26440d73ed0f1bcd011e0d636b2d73.tar.gz
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')
-rw-r--r--include/ui/console.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui/console.h b/include/ui/console.h
index 8a86617..b513e20 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 */
OpenPOWER on IntegriCloud