Re: OSC133 outputs shouldn't be printed in non-interactive mode

Oliver Kiddle <[email protected]> Mon, 20 Jul 2026 12:34:45 +0200
Newsgroups gmane.comp.shells.zsh.devel
Message-ID <[email protected]>
On 16 Jul, Daniel Colascione wrote:
> +++ b/Test/X06termquery.ztst

> +      sleep 0.1

Thanks for adding the test case.

Unfortunately, I don't think fractional values with sleep is portable.
And it isn't a builtin so we depend on the system. There have been
recent changes from others to avoid delays on other tests. Is there some
solution that might be applued here?

Oliver