From 16237eccde23ef0585a3a31be37b780460cdc63b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 25 Jan 2020 23:43:36 +0100 Subject: [PATCH] dcs: remove abort() from BSU/ESU --- dcs.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dcs.c b/dcs.c index 50db65a5..0b535113 100644 --- a/dcs.c +++ b/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