mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
input: back out accidental commit of debug code
This commit is contained in:
parent
4168f91d40
commit
71c6f11e86
1 changed files with 1 additions and 1 deletions
2
input.c
2
input.c
|
|
@ -158,7 +158,7 @@ keyboard_key(void *data, struct wl_keyboard *wl_keyboard, uint32_t serial,
|
|||
key += 8;
|
||||
xkb_keysym_t sym = xkb_state_key_get_one_sym(term->kbd.xkb_state, key);
|
||||
|
||||
#if 1
|
||||
#if 0
|
||||
char foo[100];
|
||||
xkb_keysym_get_name(sym, foo, sizeof(foo));
|
||||
LOG_INFO("%s", foo);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue