zsh-workers
 help / color / mirror / code / Atom feed
From: Paul Lew <lew@ezdzit.zko.dec.com>
To: "stringfellow.n.d" <stringfe@rmcs.cran.ac.uk>
Cc: zsh-workers@math.gatech.edu
Subject: Re: terminal parameter changed problem
Date: Mon, 2 Feb 1998 11:55:00 -0500	[thread overview]
Message-ID: <9802021655.AA22193@ezdzit.zko.dec.com> (raw)
In-Reply-To: <34D5F142.6487@rmcs.cran.ac.uk>

stringfellow> This patch was for zsh 3.0.3 but I think that it should
stringfellow> work for later versions - although it's small enough to
stringfellow> edit the file Src/jobs.c by hand.

stringfellow> This patch doesn't appear to have made it into later
stringfellow> versions of zsh, i.e. it was only ever reported as a
stringfellow> patch and slipped through the net whenlater versions
stringfellow> were produced.

stringfellow> 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)) {

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 --


  reply	other threads:[~1998-02-02 17:18 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-02-02  3:53 Paul Lew
1998-02-02 16:16 ` stringfellow.n.d
1998-02-02 16:55   ` Paul Lew [this message]
1998-02-02 17:56     ` stringfellow.n.d

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9802021655.AA22193@ezdzit.zko.dec.com \
    --to=lew@ezdzit.zko.dec.com \
    --cc=stringfe@rmcs.cran.ac.uk \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).