From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42643) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmOEh-0006dc-HK for qemu-devel@nongnu.org; Wed, 14 Oct 2015 11:45:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmOEc-0007xz-Ga for qemu-devel@nongnu.org; Wed, 14 Oct 2015 11:45:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41320) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmOEc-0007xU-Ba for qemu-devel@nongnu.org; Wed, 14 Oct 2015 11:44:58 -0400 Message-ID: <1444837495.4467.29.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 14 Oct 2015 17:44:55 +0200 In-Reply-To: <87bnc18yvw.fsf_-_@mail.parknet.co.jp> References: <87k2qp8yxv.fsf@mail.parknet.co.jp> <87fv1d8ywp.fsf@mail.parknet.co.jp> <87bnc18yvw.fsf_-_@mail.parknet.co.jp> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 2/3] ui/curses: Support line graphics chars on -curses mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: OGAWA Hirofumi Cc: qemu-devel@nongnu.org On Mi, 2015-10-14 at 20:37 +0900, OGAWA Hirofumi wrote: > This converts vga code to curses code in console_write_bh(). > > With this changes, we can see line graphics (for example, dialog uses) > correctly. But it breaks line graphics in vga text mode on gtk I suspect? cheers, Gerd