Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: terminal parameter changed problem
- X-seq: zsh-workers 3763
- From: "stringfellow.n.d" <stringfe@xxxxxxxxxxxxxxx>
- To: Paul Lew <lew@xxxxxxxxxxxxxxxxxx>
- Subject: Re: terminal parameter changed problem
- Date: Mon, 02 Feb 1998 17:56:04 +0000
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- References: <9802020353.AA22474@xxxxxxxxxxxxxxxxxx> <34D5F142.6487@xxxxxxxxxxxxxxx> <9802021655.AA22193@xxxxxxxxxxxxxxxxxx>
- Sender: stringfe@xxxxxxxxxxxxxxxxxxxx
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.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author