mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
selection: add selection_<type>_unset()
These functions clear the current selection.
This commit is contained in:
parent
99023cae99
commit
c3cacb4704
2 changed files with 44 additions and 0 deletions
|
|
@ -30,6 +30,9 @@ void selection_mark_word(
|
|||
void selection_mark_row(
|
||||
struct seat *seat, struct terminal *term, int row, uint32_t serial);
|
||||
|
||||
void selection_clipboard_unset(struct seat *seat);
|
||||
void selection_primary_unset(struct seat *seat);
|
||||
|
||||
char *selection_to_text(const struct terminal *term);
|
||||
void selection_to_clipboard(
|
||||
struct seat *seat, struct terminal *term, uint32_t serial);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue