From 936526ed5bcae97e83f9fcf7ef02418d1cb12292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 27 Aug 2019 15:24:19 +0200 Subject: [PATCH] vt: no need to reset OSC string in CLEAR action ... as this is done when a new OSC string is started --- vt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/vt.c b/vt.c index 3b57fd5a..6b8dc381 100644 --- a/vt.c +++ b/vt.c @@ -858,7 +858,6 @@ action(struct terminal *term, enum action _action, uint8_t c) term->vt.params.idx = 0; term->vt.private[0] = 0; term->vt.private[1] = 0; - term->vt.osc.idx = 0; term->vt.utf8.idx = 0; break;