mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 09:16:11 +03:00

When cursor color matches the background color, the optimization that skips rendering identical colors causes the character under cursor to become invisible. This PR ensures characters at cursor position are always rendered, maintaining cursor visibility regardless of color settings. <img width="1129" alt="image" src="https://github.com/user-attachments/assets/b82387c1-2bfd-481d-b679-1a1f82d21bcb" /> cc @kpovel - Would you mind giving it a try? Any feedback would be appreciated! Fixes #5554