From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25565 invoked from network); 2 Feb 1998 18:25:38 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 2 Feb 1998 18:25:38 -0000 Received: (from list@localhost) by math.gatech.edu (8.8.5/8.8.5) id MAA15174; Mon, 2 Feb 1998 12:58:54 -0500 (EST) Resent-Date: Mon, 2 Feb 1998 12:58:54 -0500 (EST) Sender: stringfe@rmcs.cranfield.ac.uk Message-Id: <34D608B4.4F59@rmcs.cran.ac.uk> Date: Mon, 02 Feb 1998 17:56:04 +0000 From: "stringfellow.n.d" X-Mailer: Mozilla 3.02 (X11; I; SunOS 5.5.1 sun4u) Mime-Version: 1.0 To: Paul Lew Cc: zsh-workers@math.gatech.edu Subject: Re: terminal parameter changed problem References: <9802020353.AA22474@ezdzit.zko.dec.com> <34D5F142.6487@rmcs.cran.ac.uk> <9802021655.AA22193@ezdzit.zko.dec.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Resent-Message-ID: <"eVzCW1.0._i3.TbWrq"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/3763 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Paul Lew wrote: > I got the follow (lines 158) for Src/jobs.c (zsh 3.0.5): > > if (shout && !ttyfrozen && !jn->stty_in_env && > job == thisjob && !somestopped && !(jn->stat & STAT_NOSTTY)) > gettyinfo(&shttyinfo); > > Will this conver the inforeground patch? Anyone knows? > > -- Paul 02/02/98 11:50 AM -- The patch you have is the final (i.e. best) solution that was decided on in the thread from which I quoted a one line 'quicky' solution (which apparently still doesn't work in some circumstances). You may want to look at http://mason.primenet.com.au/zsh/workers-1997-hyper/0606.html and the associated thread for more help. Most of the examples which 'break' the fixes relate to bg and fg with emacs as these seem to produce the most problems for zsh tty control. These patches were not present in the zsh3.1.2beta which I use.