mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-10 04:27:45 -05:00
csi: kitty: s/mode/flags in debug logs
This commit is contained in:
parent
fec42e5941
commit
ad2539af44
1 changed files with 2 additions and 2 deletions
4
csi.c
4
csi.c
|
|
@ -1558,7 +1558,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
grid->kitty_kbd.idx = idx;
|
||||
|
||||
xassert(grid->kitty_kbd.idx < ALEN(grid->kitty_kbd.flags));
|
||||
LOG_DBG("kitty kbd: pushed new mode: 0x%03x", flags);
|
||||
LOG_DBG("kitty kbd: pushed new flags: 0x%03x", flags);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
@ -1609,7 +1609,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
grid->kitty_kbd.idx = idx;
|
||||
xassert(grid->kitty_kbd.idx < ALEN(grid->kitty_kbd.flags));
|
||||
|
||||
LOG_DBG("kitty kbd: mode after pop: 0x%03x",
|
||||
LOG_DBG("kitty kbd: flags after pop: 0x%03x",
|
||||
term->grid->kitty_kbd.flags[idx]);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue