Add pad-extend option

This commit is contained in:
txf 2026-01-22 19:25:26 +00:00
parent 7a41aab30e
commit aae236819e
3 changed files with 114 additions and 16 deletions

View file

@ -234,6 +234,7 @@ struct config {
unsigned pad_x;
unsigned pad_y;
bool pad_extend;
enum center_when center_when;
bool resize_by_cells;