Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh-3.0.3: another problem in Src/jobs.c



> 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