pgo: initialize (mouse) selection

This commit is contained in:
Daniel Eklöf 2020-11-19 19:12:32 +01:00
parent 4cd1d35c1e
commit cf398df62e
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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);