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



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