mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -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);
|
||||
|
||||
term_enable_app_sync_updates(term);
|
||||
abort();
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
@ -26,7 +25,6 @@ esu(struct terminal *term)
|
|||
(int)term->vt.dcs.idx, term->vt.dcs.data);
|
||||
|
||||
term_disable_app_sync_updates(term);
|
||||
abort();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue