diff --git a/pgo/pgo.c b/pgo/pgo.c index fe22a98d..7ae2d2e0 100644 --- a/pgo/pgo.c +++ b/pgo/pgo.c @@ -169,6 +169,10 @@ main(int argc, const char *const *argv) .start = 0, .end = row_count, }, + .selection = { + .start = {-1, -1}, + .end = {-1, -1}, + }, }; tll_push_back(wayl.terms, &term);