commit | fba958c692e47a373d15c1fd3d72b255bf76adbd | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Dec 17 13:47:02 2015 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Mon Jan 18 16:36:21 2016 +0100 |
tree | 3aeb85c68422d785ff8574ca099c10f06b369c4b | |
parent | 4aaddc2976bff1918edcd53900b647dde473dd4d [diff] |
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>