mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
osc: fix typo in LOG_DBG() message
This commit is contained in:
parent
9a8c9b649a
commit
0a22183fdf
1 changed files with 1 additions and 1 deletions
2
osc.c
2
osc.c
|
|
@ -600,7 +600,7 @@ osc_dispatch(struct terminal *term)
|
|||
param += c - '0';
|
||||
}
|
||||
|
||||
LOG_DBG("OCS: %.*s (param = %d)",
|
||||
LOG_DBG("OSC: %.*s (param = %d)",
|
||||
(int)term->vt.osc.idx, term->vt.osc.data, param);
|
||||
|
||||
char *string = (char *)&term->vt.osc.data[data_ofs];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue