hologram.nvim icon indicating copy to clipboard operation
hologram.nvim copied to clipboard

fix: wrong ANSI code for moving cursor

Open horriblename opened this issue 3 years ago • 0 comments

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

horriblename avatar Nov 22 '22 22:11 horriblename