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
parent dc5ff7db28
commit 49a54a59b9
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;