mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-06 07:15:30 -04:00
dcs: abort() in bsu/esu
I **really** want to know if someone is using these...
This commit is contained in:
parent
a2652d2447
commit
5ef55a7f52
1 changed files with 2 additions and 0 deletions
2
dcs.c
2
dcs.c
|
|
@ -10,6 +10,7 @@ bsu(struct terminal *term)
|
||||||
{
|
{
|
||||||
LOG_WARN("unimplemented: BSU - Begin Synchronized Update (params: %.*s)",
|
LOG_WARN("unimplemented: BSU - Begin Synchronized Update (params: %.*s)",
|
||||||
(int)term->vt.dcs.idx, term->vt.dcs.data);
|
(int)term->vt.dcs.idx, term->vt.dcs.data);
|
||||||
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
@ -17,6 +18,7 @@ esu(struct terminal *term)
|
||||||
{
|
{
|
||||||
LOG_WARN("unimplemented: ESU - Begin Synchronized Update (params: %.*s)",
|
LOG_WARN("unimplemented: ESU - Begin Synchronized Update (params: %.*s)",
|
||||||
(int)term->vt.dcs.idx, term->vt.dcs.data);
|
(int)term->vt.dcs.idx, term->vt.dcs.data);
|
||||||
|
abort();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue