From bdef97247477955c26806f0eccb0fce9c1ecbeee Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 27 May 2014 09:32:36 +0200 Subject: console: add kbd_put_string_console Signed-off-by: Gerd Hoffmann --- include/ui/console.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ui/console.h') diff --git a/include/ui/console.h b/include/ui/console.h index 4ad16c9e14..edbaa9b475 100644 --- a/include/ui/console.h +++ b/include/ui/console.h @@ -83,6 +83,7 @@ void do_mouse_set(Monitor *mon, const QDict *qdict); void kbd_put_keysym_console(QemuConsole *s, int keysym); bool kbd_put_qcode_console(QemuConsole *s, int qcode); +void kbd_put_string_console(QemuConsole *s, const char *str, int len); void kbd_put_keysym(int keysym); /* consoles */ -- cgit v1.2.3-55-g7522