From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MiLxi-0001sZ-8N for qemu-devel@nongnu.org; Tue, 01 Sep 2009 01:31:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MiLxf-0001rN-39 for qemu-devel@nongnu.org; Tue, 01 Sep 2009 01:31:20 -0400 Received: from [199.232.76.173] (port=36678 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MiLxe-0001rH-Ql for qemu-devel@nongnu.org; Tue, 01 Sep 2009 01:31:18 -0400 Received: from mx20.gnu.org ([199.232.41.8]:59140) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MiLxe-0004ux-Fy for qemu-devel@nongnu.org; Tue, 01 Sep 2009 01:31:18 -0400 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5] helo=grelber.thyrsus.com) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MiLwB-0001Lb-6H for qemu-devel@nongnu.org; Tue, 01 Sep 2009 01:29:47 -0400 Received: from landley.net (localhost [127.0.0.1]) by grelber.thyrsus.com (Postfix) with ESMTP id A979D9F01CA for ; Tue, 1 Sep 2009 01:32:34 -0400 (EDT) From: Rob Landley Date: Tue, 1 Sep 2009 00:28:37 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909010028.38552.rob@landley.net> Subject: [Qemu-devel] Please disable curses mode when stdin isn't a tty. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Um, guys? See all the ansi escape sequences randomly embedded in the following? Type exit when done. / # # / # # Show fr^[[38;5R^[[38;5Ree space / # df ^[[38;5RFilesystem 1K-blocks Used Available Use% Mounted on /dev/root 11520 11520 0 100% / dev 128556 0 128556 0% /dev /dev/hdb 1965459 35984 1824618 2% /home /tmp 128556 0 128556 0% /tmp / # # Smoke test for the compiler / # gcc -s /usr/src/thread-hello2.c -lpthread -o /tmp/hello && > /tmp/hello ^[[38;5R^[[38;5R^[[38;3RHello world! / # sync ^[[38;5R/ # exit ^[[38;13RRestarting system. That's new. Rob -- Latency is more important than throughput. It's that simple. - Linus Torvalds