mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-26 07:57:59 -04:00
input: disable debug loggin
This commit is contained in:
parent
4919ccbc70
commit
32a155fbf4
1 changed files with 1 additions and 1 deletions
2
input.c
2
input.c
|
|
@ -714,7 +714,7 @@ keyboard_key(void *data, struct wl_keyboard *wl_keyboard, uint32_t serial,
|
||||||
term_xcursor_update_for_seat(term, seat);
|
term_xcursor_update_for_seat(term, seat);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if 1
|
#if 0
|
||||||
char foo[100];
|
char foo[100];
|
||||||
xkb_keysym_get_name(sym, foo, sizeof(foo));
|
xkb_keysym_get_name(sym, foo, sizeof(foo));
|
||||||
LOG_INFO("%s", foo);
|
LOG_INFO("%s", foo);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue