mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
csi: scroll region changes are now logged as debug again, rather than info
This commit is contained in:
parent
da305abdd8
commit
2fad8138e1
1 changed files with 3 additions and 3 deletions
2
csi.c
2
csi.c
|
|
@ -483,7 +483,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
||||||
|
|
||||||
term_cursor_to(term, (start - 1) * term->cols, 0);
|
term_cursor_to(term, (start - 1) * term->cols, 0);
|
||||||
|
|
||||||
LOG_INFO("scroll region: %d-%d",
|
LOG_DBG("scroll region: %d-%d",
|
||||||
term->scroll_region.start,
|
term->scroll_region.start,
|
||||||
term->scroll_region.end);
|
term->scroll_region.end);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue