]> git.proxmox.com Git - mirror_qemu.git/commit
gtk: implement set_echo
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 17 Dec 2015 12:47:02 +0000 (13:47 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 18 Jan 2016 15:36:21 +0000 (16:36 +0100)
commitfba958c692e47a373d15c1fd3d72b255bf76adbd
tree3aeb85c68422d785ff8574ca099c10f06b369c4b
parent4aaddc2976bff1918edcd53900b647dde473dd4d
gtk: implement set_echo

Even without line editing, this makes -qmp vc more pleasant with the
GTK+ backend.  The only issue is that set_echo is invoked very early,
long before a vc is actually associated with a VirtualConsole.  To work
around this, create a temporary VirtualConsole until then.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-id: 1450356422-31710-1-git-send-email-pbonzini@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
include/ui/gtk.h
ui/gtk.c