mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
dcs: remove abort() from BSU/ESU
This commit is contained in:
parent
506c1da390
commit
16237eccde
1 changed files with 0 additions and 2 deletions
2
dcs.c
2
dcs.c
|
|
@ -14,7 +14,6 @@ bsu(struct terminal *term)
|
||||||
(int)term->vt.dcs.idx, term->vt.dcs.data);
|
(int)term->vt.dcs.idx, term->vt.dcs.data);
|
||||||
|
|
||||||
term_enable_app_sync_updates(term);
|
term_enable_app_sync_updates(term);
|
||||||
abort();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
@ -26,7 +25,6 @@ esu(struct terminal *term)
|
||||||
(int)term->vt.dcs.idx, term->vt.dcs.data);
|
(int)term->vt.dcs.idx, term->vt.dcs.data);
|
||||||
|
|
||||||
term_disable_app_sync_updates(term);
|
term_disable_app_sync_updates(term);
|
||||||
abort();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue