Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh 5.6 regression: a pipe sometimes yields a TTOU signal
- X-seq: zsh-workers 43383
- From: Vincent Lefevre <vincent@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: zsh 5.6 regression: a pipe sometimes yields a TTOU signal
- Date: Wed, 5 Sep 2018 12:55:10 +0200
- In-reply-to: <20180905100356eucas1p29702acd7569a94c8c78003e6b124daaa~ReNxz4yht0327203272eucas1p2s@eucas1p2.samsung.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mail-followup-to: zsh-workers@xxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CGME20180905091407epcas1p1ff78da39bfd4f3e4201f467683288a7b@epcas1p1.samsung.com> <20180905090339.GA18116@cventin.lip.ens-lyon.fr> <20180905100356eucas1p29702acd7569a94c8c78003e6b124daaa~ReNxz4yht0327203272eucas1p2s@eucas1p2.samsung.com>
On 2018-09-05 11:03:54 +0100, Peter Stephenson wrote:
> With
>
> (echo mercurial) | gr mercurial
>
> I always get
>
> zsh: suspended (tty output) pager-wrapper grep --color=always --line-buffered -E mercurial
Or just with:
(echo foo) | { grep foo | less -+c -FX }
> This isn't going to be fixed quickly (or, quite likely, at all without
> creating different knock-on effects, as changes here always do).
Is there any reason why this changed since zsh 5.5.1? If a new feature
is the cause, couldn't it be reverted until this is fixed?
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author