mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-15 22:05:24 -05:00
csi: kitty: log flags after ‘update’ operation
This commit is contained in:
parent
ad2539af44
commit
c3fda01554
1 changed files with 3 additions and 0 deletions
3
csi.c
3
csi.c
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue