Kovid Goyal
Kovid Goyal
Not sure I follow your use case. Even suppose I added eviction notices to the protocol, what would you do if you got an eviction notice? You cannot resend the...
On Fri, Jun 20, 2025 at 11:08:09AM -0700, June wrote: > itsjunetime left a comment (kovidgoyal/kitty#8737) > > In my specific use-case, rendering images is expensive and I don't keep...
Closing as I dont really see the point of this feature, but feel free to discuss further.
On Thu, Jun 26, 2025 at 06:58:19PM -0700, June wrote: > itsjunetime left a comment (kovidgoyal/kitty#8737) > > I really would still prefer my suggestion, if you're willing to reconsider....
IMO rather than adding this as a shell integration option, instead look for some shell global variable in the integration scripts and if it is set send click_events with the...
This is not a shell integration feature so much as a shell capability. If the shell supports handling of click events, shell integration should enable it automatically, if not it...
User cources that script and sets a non exported env var or zsh global. The shell integration script checks for that, and turn on clicks if it is present.
On Sat, Nov 30, 2024 at 01:29:25PM -0800, Chip Senkbeil wrote: > @justinmk heads up, one complexity that we'll punt for now is supporting non-PNG images. I think we can...