mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
parent
101bc28698
commit
c41008da31
5 changed files with 11 additions and 4 deletions
5
render.c
5
render.c
|
|
@ -647,6 +647,11 @@ draw_cursor(const struct terminal *term, const struct cell *cell,
|
|||
draw_underline_cursor(term, pix, font, &cursor_color, x, y, cols);
|
||||
}
|
||||
break;
|
||||
|
||||
case CURSOR_HOLLOW:
|
||||
if (likely(term->cursor_blink.state == CURSOR_BLINK_ON))
|
||||
draw_hollow_block(term, pix, &cursor_color, x, y, cols);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue