Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-3.0.3: another problem in Src/jobs.c
- X-seq: zsh-workers 3258
- From: Zoltan Hidvegi <hzoli@xxxxxxxxxxxxxxxxxxx>
- To: suzuki@xxxxxxxxxxxxxx (SUZUKI Hisao)
- Subject: Re: zsh-3.0.3: another problem in Src/jobs.c
- Date: Thu, 19 Jun 1997 03:04:03 -0400 (EDT)
- Cc: zsh-workers@xxxxxxxxxxxxxxx
- In-reply-to: <9706190624.AA05850@xxxxxxxxxxxxxxxxxxxxxxxxx> from SUZUKI Hisao at "Jun 19, 97 03:24:32 pm"
> Jo napot kivanok!
> (...or "Jo reggelt kivanok")
Just for those, who do not speak Hungarian, these are just greetings
meaning good day and good morning :-). Where did you learn these (I'm
just curious)?
> I reported a problem of zsh-3.0.3/Src/jobs.c by e-mail
> <9706180710.AA10798@xxxxxxxxxxxxxxxxxxxxxxxxx> yesterday. Now I
> found another problem. It is like this:
It seems that it is really a problem with your patch. You perhaps missed
Peter's one-liner fix for the problem (you have to remove your patched before
that applies.
And I should apologize for the delay of zsh-3.0.4. I have almost made a
release but then came two new fixes from Peter az Zefram.
Zoltan
Here is Peter's patch:
*** ./Src/jobs.c.old Wed Jun 4 17:51:43 1997
--- ./Src/jobs.c Wed Jun 4 17:53:39 1997
***************
*** 155,161 ****
}
}
! if (shout && !ttyfrozen && !jn->stty_in_env)
gettyinfo(&shttyinfo);
if (isset(MONITOR)) {
--- 155,161 ----
}
}
! if (shout && !ttyfrozen && !jn->stty_in_env && inforeground)
gettyinfo(&shttyinfo);
if (isset(MONITOR)) {
Messages sorted by:
Reverse Date,
Date,
Thread,
Author