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:
Marc-André Lureau 2023-08-30 13:38:20 +04:00
parent f5360a0d28
commit cc6ba2c6f5
8 changed files with 43 additions and 43 deletions

View file

@ -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);
}
}
}