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
2
config.c
2
config.c
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue