From mboxrd@z Thu Jan 1 00:00:00 1970 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes Resent-Date: Fri, 29 Jan 1999 14:08:57 -0500 (EST) From: "Bart Schaefer" Message-Id: <990129110814.ZM7878@candle.brasslantern.com> Date: Fri, 29 Jan 1999 11:08:14 -0800 In-Reply-To: <990129105947.ZM7816@candle.brasslantern.com> Comments: In reply to "Bart Schaefer" "PATCH: (more) Re: PATCH: 3.1.5* & 3.0.5: Re: strange xterm & zsh behaviour" (Jan 29, 10:59am) References: <9901290916.AA53082@ibmth.df.unipi.it> <990129105947.ZM7816@candle.brasslantern.com> X-Mailer: Z-Mail (4.0b.820 20aug96) To: zsh-workers@math.gatech.edu Subject: Re: PATCH: (more) Re: PATCH: 3.1.5* & 3.0.5: Re: strange xterm & zsh behaviour MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Resent-Message-ID: <"ccC0C2.0.jp2.9TWis"@math> Resent-From: zsh-workers@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Resent-Sender: zsh-workers-request@math.gatech.edu X-Mailing-List: 5114 On Jan 29, 10:59am, Bart Schaefer wrote: } Subject: PATCH: (more) Re: PATCH: 3.1.5* & 3.0.5: Re: strange xterm & zsh } } I think the following is better; apply it on top of Peter's patch. Incidentally, neither of these patches applies directly to 3.0.5, because the 3.0.5 code lacks the O_NOCTTY flag on the calls to open(). To add the O_NOCTTY to 3.0.5, also add at the end of Src/system.h the three lines #ifndef O_NOCTTY # define O_NOCTTY 0 #endif -- Bart Schaefer Brass Lantern Enterprises http://www.well.com/user/barts http://www.brasslantern.com