mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
input: remove non-existing state from debug log
This commit is contained in:
parent
e18abae269
commit
e9a27d1272
1 changed files with 1 additions and 1 deletions
2
input.c
2
input.c
|
|
@ -750,7 +750,7 @@ keymap_lookup(struct seat *seat, struct terminal *term,
|
|||
const enum keypad_keys keypad_keys_mode
|
||||
= term->num_lock_modifier ? KEYPAD_NUMERICAL : term->keypad_keys_mode;
|
||||
|
||||
LOG_DBG("keypad mode: %d, num-lock=%d", keypad_keys_mode, seat->kbd.num);
|
||||
LOG_DBG("keypad mode: %d", keypad_keys_mode);
|
||||
|
||||
for (size_t j = 0; j < count; j++) {
|
||||
if (info[j].modifiers != MOD_ANY && info[j].modifiers != mods)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue