mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
main: log resize event as INFO
This commit is contained in:
parent
4b824d824c
commit
e6d9eb7c9e
1 changed files with 2 additions and 2 deletions
4
main.c
4
main.c
|
|
@ -482,8 +482,8 @@ resize(struct context *c, int width, int height)
|
|||
};
|
||||
}
|
||||
|
||||
LOG_DBG("resize: %dx%d, grid: cols=%d, rows=%d",
|
||||
c->width, c->height, c->term.cols, c->term.rows);
|
||||
LOG_INFO("resize: %dx%d, grid: cols=%d, rows=%d",
|
||||
c->width, c->height, c->term.cols, c->term.rows);
|
||||
|
||||
/* Update environment variables */
|
||||
char cols_s[12], rows_s[12];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue