mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-26 06:46:45 -04:00
render: hollow-cursor: use correct cursor color
This commit is contained in:
parent
c46c124363
commit
56556e5f23
2 changed files with 4 additions and 1 deletions
2
render.c
2
render.c
|
|
@ -600,7 +600,7 @@ draw_cursor(const struct terminal *term, const struct cell *cell,
|
|||
break;
|
||||
|
||||
case CURSOR_UNFOCUSED_HOLLOW:
|
||||
draw_hollow_block(term, pix, fg, x, y, cols);
|
||||
draw_hollow_block(term, pix, &cursor_color, x, y, cols);
|
||||
return;
|
||||
|
||||
case CURSOR_UNFOCUSED_NONE:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue