mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
ui/vc: rename kbd_put to qemu_text_console functions
They are QemuTextConsole functions, let's make it clear. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
f5360a0d28
commit
cc6ba2c6f5
8 changed files with 43 additions and 43 deletions
|
@ -400,7 +400,7 @@ static void curses_refresh(DisplayChangeListener *dcl)
|
|||
if (keysym == -1)
|
||||
keysym = chr;
|
||||
|
||||
kbd_put_keysym_console(NULL, keysym);
|
||||
qemu_text_console_put_keysym(NULL, keysym);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue