diff options
author | Christian Duerr <contact@christianduerr.com> | 2021-10-22 06:33:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-22 06:33:34 +0000 |
commit | d8a98f88295e59d6518ae780a9857c033a83161c (patch) | |
tree | 8d12246249320520ae8f567236e96d31f988d128 /extra | |
parent | f90dd12efd808c8dcb354bb0667d63dd298cf00c (diff) | |
download | alacritty-d8a98f88295e59d6518ae780a9857c033a83161c.tar.gz alacritty-d8a98f88295e59d6518ae780a9857c033a83161c.zip |
Fix cursor inversion logic
The existing cursor inversion logic was causing more problems than it
solved, without solving the problem of invisible cursor when inverting a
cell with matching foreground and background colors.
This patch reworks this logic and only inverts the cursor when the
foreground and background colors of the cursor are similar and the
cursor colors aren't set to fixed RGB values.
Fixes #4564.
Fixes #5550.
Diffstat (limited to 'extra')
0 files changed, 0 insertions, 0 deletions