Wezterm Sticky Image
I am using WezTerm with the Kitty Image Protocol, but I am experiencing an issue where the image does not disappear when my cursor moves away. Instead, the image stays and gets cut off.
https://github.com/3rd/image.nvim/assets/72098565/5759820f-4215-4a78-9794-3a2ef0e2bdab
Here is my ~/.wezterm.lua configuration file:
local wezterm = require("wezterm")
local config = {}
-- Theme
config.color_scheme = "Catppuccin Mocha"
-- Font Sizes
config.font = wezterm.font("Hurmit Nerd Font Mono")
config.font_size = 18
-- Setting the Image Protocol
config.enable_kitty_graphics = true
return config
Hey, Wezterm's implementation of Kitty's graphics protocol has issues (and bad performance), which is whybwe don't support it.
any workaround for this? i saw somebody downloading the kitty terminfo and setting $TERM to xterm-kitty and $TERM_PROGRAM to the same thing solved image spliting. I tried the same thing but the image is still sticky and becomes laggy when moving around
Things seem more stable in WezTerm now, hope it works now - closing this as WezTerm is not supported directly.
Hey @chuan2984 did you by chance manage to fix this?
@justicenyaga refer to this. It didnt work at first, but upon a few more attempts, restarting stuff. I think its been working. give it a try, and let me know how it goes
Thanks. I'll check it out.