Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: (more) Re: PATCH: 3.1.5* & 3.0.5: Re: strange xterm & zsh behaviour
- X-seq: zsh-workers 5114
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: PATCH: (more) Re: PATCH: 3.1.5* & 3.0.5: Re: strange xterm & zsh behaviour
- Date: Fri, 29 Jan 1999 11:08:14 -0800
- In-reply-to: <990129105947.ZM7816@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <9901290916.AA53082@xxxxxxxxxxxxxxxxx> <990129105947.ZM7816@xxxxxxxxxxxxxxxxxxxxxxx>
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author