You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: render text under block cursor with cursorAccent color (#131)
Block cursors now re-draw the character underneath using the
cursorAccent theme color, making text visible on the opaque cursor.
Uses ctx.clip() to prevent wide characters from bleeding outside
the cursor cell.
Co-authored-by: Nathan Cooper <ncoop57@users.noreply.github.com>
0 commit comments