mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-13 04:27:47 -05:00
config: move cursor.hide-when-typing to mouse.hide-when-typing
This commit is contained in:
parent
8f04e898af
commit
d929862245
6 changed files with 38 additions and 10 deletions
5
config.h
5
config.h
|
|
@ -75,13 +75,16 @@ struct config {
|
|||
struct {
|
||||
enum cursor_style style;
|
||||
bool blink;
|
||||
bool hide_when_typing;
|
||||
struct {
|
||||
uint32_t text;
|
||||
uint32_t cursor;
|
||||
} color;
|
||||
} cursor;
|
||||
|
||||
struct {
|
||||
bool hide_when_typing;
|
||||
} mouse;
|
||||
|
||||
struct {
|
||||
/* Bindings for "normal" mode */
|
||||
tll(struct config_key_binding_normal) key;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue