]> git.proxmox.com Git - mirror_qemu.git/commit - ui/console.c
ui/console: Get tab completion working again in the SDL monitor vc
authorCal Peake <cp@absolutedigital.net>
Thu, 11 Aug 2022 22:01:38 +0000 (18:01 -0400)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 23 Sep 2022 11:42:09 +0000 (13:42 +0200)
commitdf6322a8973b5e69bdc8931ff79d3bfe3901cab5
tree4a39743d10ec29d9cb8787a7f8c804170d48af2f
parent6160d8ff81fb9fba70f5dad88d43ffd0fa44984c
ui/console: Get tab completion working again in the SDL monitor vc

Define a QEMU special key constant for the tab key and add an entry for
it in the qcode_to_keysym table. This allows tab completion to work again
in the SDL monitor virtual console, which has been broken ever since the
migration from SDL1 to SDL2.

Signed-off-by: Cal Peake <cp@absolutedigital.net>
Message-Id: <7054816e-99c-7e2-6737-7cf98cc56e2@absolutedigital.net>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
include/ui/console.h
ui/console.c