mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
render: change resize debug log message to an info log message
This commit is contained in:
parent
7c7720a3ab
commit
74a0c5f3fc
1 changed files with 1 additions and 1 deletions
2
render.c
2
render.c
|
|
@ -774,7 +774,7 @@ render_resize(struct terminal *term, int width, int height)
|
|||
term->alt.num_rows = new_alt_grid_rows;
|
||||
term->alt.num_cols = new_cols;
|
||||
|
||||
LOG_DBG("resize: %dx%d, grid: cols=%d, rows=%d",
|
||||
LOG_INFO("resize: %dx%d, grid: cols=%d, rows=%d",
|
||||
term->width, term->height, term->cols, term->rows);
|
||||
|
||||
/* Signal TIOCSWINSZ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue