]> git.proxmox.com Git - mirror_qemu.git/commit - ui/vnc.c
vnc: fix ctrl key in vnc terminal emulation
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 8 Nov 2011 09:02:16 +0000 (10:02 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Fri, 10 Feb 2012 08:58:33 +0000 (09:58 +0100)
commite26437c2d4a7f6cbbc0bbd51b08a2dcce84bb93b
tree05a51ba983e2646432c7c4802d35f9ecdc6ce0ab
parentce3e14175ea36d851aede808fc8891313b91ec27
vnc: fix ctrl key in vnc terminal emulation

Make the control keys for terminals on the vnc display
(i.e. qemu -vnc :0 -serial vc) work.  Makes the terminals
alot more usable as typing Ctrl-C in your serial console
actually has the desired effect ;)

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
ui/vnc.c