From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmVx6-00017p-Uf for qemu-devel@nongnu.org; Wed, 14 Oct 2015 19:59:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZmVx3-0001ue-OR for qemu-devel@nongnu.org; Wed, 14 Oct 2015 19:59:24 -0400 Received: from mail.parknet.co.jp ([210.171.160.6]:48080) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZmVx3-0001uE-Ek for qemu-devel@nongnu.org; Wed, 14 Oct 2015 19:59:21 -0400 From: OGAWA Hirofumi References: <87k2qp8yxv.fsf@mail.parknet.co.jp> <876129tn2r.fsf@blackfin.pond.sub.org> Date: Thu, 15 Oct 2015 08:59:19 +0900 In-Reply-To: <876129tn2r.fsf@blackfin.pond.sub.org> (Markus Armbruster's message of "Wed, 14 Oct 2015 18:46:36 +0200") Message-ID: <87twpt6lyg.fsf@mail.parknet.co.jp> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [RFC 0/3] improve/fix -curses mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org, Gerd Hoffmann Markus Armbruster writes: > Copying maintainer. You can use scripts/get_maintainer.pl to find > maintainers yourself. Ah, I was missing to use it. Thanks. > OGAWA Hirofumi writes: > >> Hi, >> >> This patchset is to improve/fix -curses mode. But this patchset is >> tested only on linux, so RFC. (BTW, tested with xterm/gnome-terminal on >> linux) >> >> ui/curses: Fix monitor color with -curses when 256 colors >> ui/curses: Support line graphics chars on -curses mode >> ui/curses: Fix pageup/pagedown on -curses >> >> include/ui/console.h | 11 ++++++++++- >> ui/curses.c | 45 +++++++++++++++++++++++++++++++++++++++++++++ >> ui/curses_keys.h | 8 ++++++-- >> 3 files changed, 61 insertions(+), 3 deletions(-) >> >> Thanks. -- OGAWA Hirofumi