config+render: allow cursor.style=hollow

Closes #1965
This commit is contained in:
Daniel Eklöf 2025-02-19 11:44:38 +01:00
parent 101bc28698
commit c41008da31
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 11 additions and 4 deletions

View file

@ -28,7 +28,7 @@ struct font_size_adjustment {
float percent;
};
enum cursor_style { CURSOR_BLOCK, CURSOR_UNDERLINE, CURSOR_BEAM };
enum cursor_style { CURSOR_BLOCK, CURSOR_UNDERLINE, CURSOR_BEAM, CURSOR_HOLLOW };
enum cursor_unfocused_style {
CURSOR_UNFOCUSED_UNCHANGED,
CURSOR_UNFOCUSED_HOLLOW,