mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
selection: extend: set ongoing to true
This commit is contained in:
parent
9517c6443c
commit
f14b49068a
1 changed files with 2 additions and 0 deletions
|
|
@ -536,6 +536,8 @@ selection_extend(struct seat *seat, struct terminal *term,
|
|||
return;
|
||||
}
|
||||
|
||||
term->selection.ongoing = true;
|
||||
|
||||
row += term->grid->view;
|
||||
|
||||
if ((row == term->selection.start.row && col == term->selection.start.col) ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue