From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9780 invoked by alias); 6 Sep 2011 13:34:01 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 16319 Received: (qmail 27988 invoked from network); 6 Sep 2011 13:33:45 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 Received-SPF: none (ns1.primenet.com.au: domain at njm.me.uk does not designate permitted sender hosts) Date: Tue, 6 Sep 2011 14:27:01 +0100 From: "N.J. Mann" To: Bastien Dejean Cc: zsh-users@zsh.org Subject: Re: Disable ^z binding Message-ID: <20110906132701.GA57074@titania.njm.me.uk> Mail-Followup-To: Bastien Dejean , zsh-users@zsh.org References: <20110906124839.GA5682@circle.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110906124839.GA5682@circle.home> X-Operating-System: FreeBSD 8.2-STABLE User-Agent: mutt-NJM (2010-10-31) In message <20110906124839.GA5682@circle.home>, Bastien Dejean (eschyle@gmail.com) wrote: > > How can I prevent ^z from suspending a process. See the manual page for stty. The following works for me: % stty susp undef Cheers, Nick. --