From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45393) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnQjS-0004t2-Lo for qemu-devel@nongnu.org; Thu, 22 May 2014 07:00:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WnQjN-0007Q3-AQ for qemu-devel@nongnu.org; Thu, 22 May 2014 07:00:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WnQjN-0007Pv-1l for qemu-devel@nongnu.org; Thu, 22 May 2014 07:00:13 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s4MB0BVI004022 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 22 May 2014 07:00:11 -0400 From: Gerd Hoffmann Date: Thu, 22 May 2014 13:00:03 +0200 Message-Id: <1400756406-22617-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] console: text terminal updates List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, These tree patches make the text terminal consoles support multiple windows, i.e. work correctly in case a displaychangelistener binds a text terminal explicitly to a fixed QemuConsole by setting dcl->con. Use case: https://www.kraxel.org/cgit/qemu/commit/?h=rebase/ui-gtk-next&id=dc0bdb463d0b9cb0f3f2bd898ced9b9322f7d3ce please review, Gerd Gerd Hoffmann (3): console: update text terminal surface unconditionally console: rework text terminal cursor logic console: add kbd_put_keysym_console include/ui/console.h | 1 + ui/console.c | 184 ++++++++++++++++++++++++++------------------------- 2 files changed, 94 insertions(+), 91 deletions(-) -- 1.8.3.1