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: wrong ANSI code for moving cursor #29

Open horriblename opened 1 year ago

horriblename commented 1 year ago

The ANSI code for moving cursor is ESC[{line};{column}H.

I'm guessing it worked in your terminal cuz it doesn't check the delimiter char, but on konsole this doesn't work