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

@ -1517,7 +1517,7 @@ parse_section_cursor(struct context *ctx)
return value_to_enum(
ctx,
(const char *[]){"block", "underline", "beam", NULL},
(const char *[]){"block", "underline", "beam", "hollow", NULL},
(int *)&conf->cursor.style);
}