mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-20 05:33:47 -04:00
csi: remove debug log
This commit is contained in:
parent
05f9774416
commit
a45ccfaed0
1 changed files with 0 additions and 1 deletions
1
csi.c
1
csi.c
|
|
@ -120,7 +120,6 @@ csi_sgr(struct terminal *term)
|
||||||
|
|
||||||
term_update_ascii_printer(term);
|
term_update_ascii_printer(term);
|
||||||
}
|
}
|
||||||
LOG_WARN("CURLY: %d", term->vt.curly.style);
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case 5: term->vt.attrs.blink = true; break;
|
case 5: term->vt.attrs.blink = true; break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue