mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
pgo: initialize (mouse) selection
This commit is contained in:
parent
4cd1d35c1e
commit
cf398df62e
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue