dcs: abort() in bsu/esu

I **really** want to know if someone is using these...
This commit is contained in:
Daniel Eklöf 2020-01-12 12:02:39 +01:00
parent a2652d2447
commit 5ef55a7f52
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
dcs.c
View file

@ -10,6 +10,7 @@ bsu(struct terminal *term)
{
LOG_WARN("unimplemented: BSU - Begin Synchronized Update (params: %.*s)",
(int)term->vt.dcs.idx, term->vt.dcs.data);
abort();
}
static void
@ -17,6 +18,7 @@ esu(struct terminal *term)
{
LOG_WARN("unimplemented: ESU - Begin Synchronized Update (params: %.*s)",
(int)term->vt.dcs.idx, term->vt.dcs.data);
abort();
}
void