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

Oliver Kiddle <[email protected]> Tue, 14 Jul 2026 23:36:25 +0200
Newsgroups gmane.comp.shells.zsh.user
Message-ID <[email protected]>
Daniel Colascione wrote:
> zparseopts seems to be autoloading zle somehow.

Good that you mention that. On the -workers list, a change to prevent
that because it's unnecessary has appeared (thanks dana).

> > I'd be inclined to add the isset(INTERACTIVE) condition earlier in
> > the call stack such as around the zleentry() calls in init.c for
> > ZLE_CMD_PREEXEC and ZLE_CMD_POSTEXEC instead. Anyone have an opinion
> > on that?
>
> Let me know if you want me to refresh the patch.

If you don't mind then a refresh would be useful. Perhaps post to
zsh-workers rather than -users. Though -users is fine too if you prefer.

Thanks again

Oliver