Hi, On 2018-09-05 10:34:18 +0000, Daniel Shahaf wrote: > Thanks for the report. In the future, if you report an issue both down- > and upstream, could we ask you to set the appropriate metadata yourself > on the downstream report? That would reduce our workload. Thanks!
Sorry, my mail to the zsh mailing-list got greylisted and I didn't know whether it would have appeared in the archives before I had to leave. > (Upstream has responded to the substantive issue so let's keep the > discussion about that there.) Here's a summary, for the record: One can also reproduce the bug simply with: : | { : | tput init } : | { : | more } : | { : | less } (the third one, with "less", is the most reliable to test workarounds, as not all issues are visible with the first two). A workaround is to use ( ) instead of { }, e.g. : | ( : | less ) -- Vincent Lefèvre <vinc...@vinc17.net> - 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)