summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPeter Maydell2014-05-28 13:36:25 +0200
committerPeter Maydell2014-05-28 13:36:25 +0200
commit53651ec26b26440d73ed0f1bcd011e0d636b2d73 (patch)
treeb5110bf2feb5b02111cbea3416167d868381a54f /include
parentMerge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-7' into staging (diff)
parentconsole: add kbd_put_keysym_console (diff)
downloadqemu-53651ec26b26440d73ed0f1bcd011e0d636b2d73.tar.gz
qemu-53651ec26b26440d73ed0f1bcd011e0d636b2d73.tar.xz
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')
-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 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 */