mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
render: resize: note why min_cols=7
This commit is contained in:
parent
d7e8f29ee2
commit
a3a404a257
1 changed files with 1 additions and 1 deletions
2
render.c
2
render.c
|
|
@ -4409,7 +4409,7 @@ render_resize(struct terminal *term, int width, int height, uint8_t opts)
|
|||
}
|
||||
|
||||
/* Don't shrink grid too much */
|
||||
const int min_cols = 7;
|
||||
const int min_cols = 7; /* See OSC-66 */
|
||||
const int min_rows = 1;
|
||||
|
||||
/* Minimum window size (must be divisible by the scaling factor)*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue