From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1bYE3n-0001ek-7j for mharc-qemu-trivial@gnu.org; Fri, 12 Aug 2016 11:07:47 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52989) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYE3l-0001cm-9J for qemu-trivial@nongnu.org; Fri, 12 Aug 2016 11:07:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYE3k-0002zJ-GF for qemu-trivial@nongnu.org; Fri, 12 Aug 2016 11:07:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60656) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYE3e-0002wM-Tq; Fri, 12 Aug 2016 11:07:39 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 137A846202; Fri, 12 Aug 2016 11:30:40 +0000 (UTC) Received: from nilsson.home.kraxel.org (ovpn-116-75.ams2.redhat.com [10.36.116.75]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u7CBUaZg024435; Fri, 12 Aug 2016 07:30:39 -0400 Received: by nilsson.home.kraxel.org (Postfix, from userid 500) id 0A9388169E; Fri, 12 Aug 2016 13:30:35 +0200 (CEST) Message-ID: <1471001434.22974.30.camel@redhat.com> From: Gerd Hoffmann To: Thomas Huth Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org Date: Fri, 12 Aug 2016 13:30:34 +0200 In-Reply-To: <1470900060-25821-1-git-send-email-thuth@redhat.com> References: <1470900060-25821-1-git-send-email-thuth@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.68 on 10.5.11.26 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.29]); Fri, 12 Aug 2016 11:30:40 +0000 (UTC) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: Re: [Qemu-trivial] [PATCH] ui/console: Fix non-working backspace key in monitor of gtk UI X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2016 15:07:46 -0000 On Do, 2016-08-11 at 09:21 +0200, Thomas Huth wrote: > + [Q_KEY_CODE_BACKSPACE] =3D QEMU_KEY_BACKSPACE, Reviewed-by: Gerd Hoffmann From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bYE3j-0001bj-9L for qemu-devel@nongnu.org; Fri, 12 Aug 2016 11:07:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bYE3f-0002xy-3P for qemu-devel@nongnu.org; Fri, 12 Aug 2016 11:07:42 -0400 Message-ID: <1471001434.22974.30.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 12 Aug 2016 13:30:34 +0200 In-Reply-To: <1470900060-25821-1-git-send-email-thuth@redhat.com> References: <1470900060-25821-1-git-send-email-thuth@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] ui/console: Fix non-working backspace key in monitor of gtk UI List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth Cc: qemu-devel@nongnu.org, qemu-trivial@nongnu.org On Do, 2016-08-11 at 09:21 +0200, Thomas Huth wrote: > + [Q_KEY_CODE_BACKSPACE] =3D QEMU_KEY_BACKSPACE, Reviewed-by: Gerd Hoffmann