From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45092) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrREU-0005Dq-J1 for qemu-devel@nongnu.org; Mon, 02 Jun 2014 08:21:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrREL-0007SU-ED for qemu-devel@nongnu.org; Mon, 02 Jun 2014 08:20:54 -0400 Date: Mon, 2 Jun 2014 14:20:36 +0200 From: Stefan Hajnoczi Message-ID: <20140602122036.GA3049@stefanha-thinkpad.redhat.com> References: <1401623615-7548-1-git-send-email-kroosec@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1401623615-7548-1-git-send-email-kroosec@gmail.com> Subject: Re: [Qemu-devel] [PATCH] readline: Clear screen on form feed. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hani Benhabiles Cc: kwolf@redhat.com, qemu-trivial@nongnu.org, qemu-devel@nongnu.org, lcapitulino@redhat.com, stefanha@redhat.com, xiawenc@linux.vnet.ibm.com On Sun, Jun 01, 2014 at 12:53:35PM +0100, Hani Benhabiles wrote: > Signed-off-by: Hani Benhabiles > --- > util/readline.c | 9 +++++++++ > 1 file changed, 9 insertions(+) Please only CC me on patches for areas of the code that I maintain or you feel I am an expert in. That includes block, net, and tracing. Monitor and terminal escape sequences isn't my forte :-). Stefan