From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eye8u-0007A4-7R for qemu-devel@nongnu.org; Wed, 21 Mar 2018 09:51:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eye8t-000816-Jw for qemu-devel@nongnu.org; Wed, 21 Mar 2018 09:51:04 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:56610 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eye8t-00080w-GH for qemu-devel@nongnu.org; Wed, 21 Mar 2018 09:51:03 -0400 From: Gerd Hoffmann Date: Wed, 21 Mar 2018 14:50:35 +0100 Message-Id: <20180321135041.15768-1-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] sdl2 text console fixes and cleanups. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann , balaton@eik.bme.hu Gerd Hoffmann (5): ui: add ctrl modifier support to kbd_put_qcode_console() sdl2: track kbd modifier state unconditionally sdl2: enable ctrl modifier keys for text consoles sdl2: drop QEMU_KEY_BACKSPACE special case sdl2: drop dead code include/ui/console.h | 2 +- ui/console.c | 15 +++++++++++++-- ui/gtk.c | 4 ++-- ui/sdl2-input.c | 46 ++++++++++++++++++++-------------------------- 4 files changed, 36 insertions(+), 31 deletions(-) -- 2.9.3