mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05: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);
|
||||
}
|
||||
LOG_WARN("CURLY: %d", term->vt.curly.style);
|
||||
break;
|
||||
}
|
||||
case 5: term->vt.attrs.blink = true; break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue