From owner-freebsd-questions@FreeBSD.ORG Fri Sep 30 04:46:47 2011 Return-Path: Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0BBBD106566B for ; Fri, 30 Sep 2011 04:46:47 +0000 (UTC) (envelope-from kline@thought.org) Received: from thought.org (plato.thought.org [209.180.213.209]) by mx1.freebsd.org (Postfix) with ESMTP id E62338FC18 for ; Fri, 30 Sep 2011 04:46:46 +0000 (UTC) Received: by thought.org (Postfix, from userid 1001) id DF10CE81898; Thu, 29 Sep 2011 21:46:45 -0700 (PDT) Date: Thu, 29 Sep 2011 21:46:45 -0700 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20110930044642.GA17359@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: Thought Unlimited. Public service Unix since 1986. Of_Interest: With 25 years of service to the Unix community. User-Agent: Mutt/1.5.21 (2010-09-15) Cc: Subject: is there a way to code this .... without curses? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Sep 2011 04:46:47 -0000 guys, i have written a small program using curses; that isn't the problem. but does anybody onlist know how to code the following in C: void foo() { system("stty raw"); . . . system("stty cooked"); } anybody? yoa! gary -- Gary Kline kline@thought.org http://www.thought.org Public Service Unix Journey Toward the Dawn, E-Book: http://www.thought.org The 8.51a release of Jottings: http://jottings.thought.org