mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-06 04:06:06 -05:00
config: mouse combos: set count=1 if user has omitted click count
This commit is contained in:
parent
8ede3dc886
commit
398f0b699a
1 changed files with 1 additions and 1 deletions
2
config.c
2
config.c
|
|
@ -1381,7 +1381,7 @@ parse_mouse_combos(struct config *conf, const char *combos, key_combo_list_t *ke
|
|||
key++; /* Skip past the '+' */
|
||||
}
|
||||
|
||||
size_t count = 0;
|
||||
size_t count = 1;
|
||||
{
|
||||
char *_count = strrchr(key, '-');
|
||||
if (_count != NULL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue