mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-30 06:46:45 -04:00
config: add 'indicate-when-selecting'
This allows disabling the caret style mouse cursor when the Shift key is held.
This commit is contained in:
parent
91da76656c
commit
7422719e5b
6 changed files with 13 additions and 2 deletions
1
config.h
1
config.h
|
|
@ -75,6 +75,7 @@ struct config {
|
|||
enum cursor_style style;
|
||||
bool blink;
|
||||
bool hide_when_typing;
|
||||
bool indicate_when_selecting;
|
||||
struct {
|
||||
uint32_t text;
|
||||
uint32_t cursor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue