csi: kitty: log flags after ‘update’ operation

This commit is contained in:
Daniel Eklöf 2021-11-16 16:37:23 +01:00
parent ad2539af44
commit c3fda01554
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

3
csi.c
View file

@ -1721,6 +1721,9 @@ csi_dispatch(struct terminal *term, uint8_t final)
UNHANDLED();
break;
}
LOG_DBG("kitty kbd: flags after update: 0x%03x",
grid->kitty_kbd.flags[idx]);
break;
}