From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13071 invoked from network); 2 Feb 1998 04:10:01 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 2 Feb 1998 04:10:01 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id WAA27594; Sun, 1 Feb 1998 22:52:06 -0500 (EST) Resent-Date: Sun, 1 Feb 1998 22:52:06 -0500 (EST) Date: Sun, 1 Feb 1998 22:53:29 -0500 Message-Id: <9802020353.AA22474@ezdzit.zko.dec.com> From: Paul Lew To: zsh-workers@math.gatech.edu Subject: terminal parameter changed problem Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Resent-Message-ID: <"KkPtl3.0.5l6.bBKrq"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3757 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Is there a fix for the terminal parameter changed problem? Some of the terminal parameters got turned off after executing some commands, in particular, susp, dsusp, discard, quit, and lnext all got reset to . This virtually shut down the job control ability. This has been reported before but I did not see a fix for it. Contraray to what has been reported before, these commands do not have to be backgrounded. Right now I define the following alias to get by, but it was so annyoing because I never know when will they changed. stty-fix='stty susp "^z" dsusp "^y" discard "^o" quit "^\" lnext "^v"' I am running zsh 3.0.5 on Digital UNIX 3.2c. -- Paul 02/01/98 10:45 PM --