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.devel
Message-ID <75367-1784064985.901251__42644.5438106143$1784069275$gmane$org@BG3L.z84d.W3M5>
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