config: move cursor.hide-when-typing to mouse.hide-when-typing

This commit is contained in:
Daniel Eklöf 2020-08-04 07:33:15 +02:00
parent 8f04e898af
commit d929862245
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
6 changed files with 38 additions and 10 deletions

View file

@ -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;