mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-17 22:05:22 -05:00
csi: remove debug logging
This commit is contained in:
parent
c1381fbb54
commit
6f282a2903
1 changed files with 0 additions and 2 deletions
2
csi.c
2
csi.c
|
|
@ -648,7 +648,6 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
break;
|
||||
|
||||
case 5:
|
||||
LOG_INFO("REVERSE");
|
||||
term->reverse = true;
|
||||
term_damage_all(term);
|
||||
break;
|
||||
|
|
@ -745,7 +744,6 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
break;
|
||||
|
||||
case 5:
|
||||
LOG_INFO("REVERSE BACK");
|
||||
term->reverse = false;
|
||||
term_damage_all(term);
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue