mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
selection: extend: don’t copy to primary - it is done when RMB is released
This commit is contained in:
parent
b09197ea07
commit
3a34eda8cc
1 changed files with 0 additions and 2 deletions
|
|
@ -968,8 +968,6 @@ selection_extend(struct seat *seat, struct terminal *term,
|
|||
selection_extend_block(term, col, row, serial);
|
||||
break;
|
||||
}
|
||||
|
||||
selection_to_primary(seat, term, serial);
|
||||
}
|
||||
|
||||
//static const struct zwp_primary_selection_source_v1_listener primary_selection_source_listener;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue