edluffy / hologram.nvim

👻 A cross platform terminal image viewer for Neovim. Extensible and fast, written in Lua and C. Works on macOS and Linux.
MIT License
1.28k stars 31 forks source link

fix: missing picture in wezterm #19

Closed OmeletWithoutEgg closed 2 years ago

OmeletWithoutEgg commented 2 years ago

The enc_len variable should use a ceil division, otherwise there will be trailing '\0's in the payload, and wezterm seems to reject such format.

However the behavior of hologram.nvim is still weird in wezterm (currently on my machine, the picture "sticks" with the cursor)