Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: Rimmerworld pipeline race



On Tue, 11 Sep 2018 16:40:46 +0200
Vincent Lefevre <vincent@xxxxxxxxxx> wrote:
> Apparently, it is not entirely fixed, or perhaps this is another
> problem:
> 
> cventin% for i in 1 2 3; do : | { : | tput init } done
> zsh: suspended (tty output)  for i in 1 2 3; do; : | { : | tput init; }; done

You can get it with any outer current-shell construct.

{ : | { : | more } }

Looks a bit different to me.  Not happening in the instrumented build
on the job_control_debug branch, either, so even harder to debug.

pws



Messages sorted by: Reverse Date, Date, Thread, Author