vt: no need to reset OSC string in CLEAR action

... as this is done when a new OSC string is started
This commit is contained in:
Daniel Eklöf 2019-08-27 15:24:19 +02:00
parent 8d65f45bf5
commit 936526ed5b
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

1
vt.c
View file

@ -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;