mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-18 05:34:02 -04:00
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:
parent
8d65f45bf5
commit
936526ed5b
1 changed files with 0 additions and 1 deletions
1
vt.c
1
vt.c
|
|
@ -858,7 +858,6 @@ action(struct terminal *term, enum action _action, uint8_t c)
|
||||||
term->vt.params.idx = 0;
|
term->vt.params.idx = 0;
|
||||||
term->vt.private[0] = 0;
|
term->vt.private[0] = 0;
|
||||||
term->vt.private[1] = 0;
|
term->vt.private[1] = 0;
|
||||||
term->vt.osc.idx = 0;
|
|
||||||
term->vt.utf8.idx = 0;
|
term->vt.utf8.idx = 0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue