feature: add resize-keep-grid to allow text reflow on font changes

This commit is contained in:
Andrew J. Hesford 2024-08-14 10:35:58 -04:00 committed by Daniel Eklöf
parent a2fc2a986e
commit 1969717527
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
5 changed files with 23 additions and 1 deletions

View file

@ -140,6 +140,7 @@ struct config {
bool center;
bool resize_by_cells;
bool resize_keep_grid;
uint16_t resize_delay_ms;