w23 / alacritty

A cross-platform, GPU-accelerated terminal emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cursor is not displayed for wide chars

w23 opened this issue · comments

That's because we render them using rects which are not aware of cursor at all.
Figure out what to do.

It still seems like wide cursor is broken, but in a bit different way, the cell from where I come to a wide char uses old colors or something like that. It's very easy to notice with inverted cursor and colored wide chars.

picture

That black box isn't my cursor and it shouldn't be there, my cursor is over crab.

ah yes, this is likely because the old cursor position is not cleared