mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-22 01:40:17 -05:00
conf: make cursor's default style configurable
This commit is contained in:
parent
ed5df194b8
commit
3ccdef3498
5 changed files with 48 additions and 1 deletions
1
main.c
1
main.c
|
|
@ -371,6 +371,7 @@ main(int argc, char *const *argv)
|
|||
conf.colors.bright[7],
|
||||
},
|
||||
},
|
||||
.cursor_style = conf.cursor.style,
|
||||
.selection = {
|
||||
.start = {-1, -1},
|
||||
.end = {-1, -1},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue