qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] ui/gtk: Fix non-working DELETE key


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH] ui/gtk: Fix non-working DELETE key
Date: Thu, 27 Oct 2016 15:45:51 +0200

On Do, 2016-10-27 at 14:17 +0200, Thomas Huth wrote:
> GTK generates key events for the delete key with key->string[0] = 0x7f
> ... but this does not work right with the readline_handle_byte()
> function in util/readline.c, since this treats the keycode 127 as
> backspace. So let's add a special case for the GTK delete key to make
> this key behave right in the monitor interface of the GTK ui.

added to ui queue.

thanks,
  Gerd




reply via email to

[Prev in Thread] Current Thread [Next in Thread]