mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-05 07:15:30 -04:00
selection: must use term_paste_data_to_slave() for paste data
This commit is contained in:
parent
91a839bf8e
commit
9ec4c3fd94
1 changed files with 1 additions and 1 deletions
|
|
@ -1211,7 +1211,7 @@ selection_from_clipboard(struct seat *seat, struct terminal *term, uint32_t seri
|
||||||
term->is_sending_paste_data = true;
|
term->is_sending_paste_data = true;
|
||||||
|
|
||||||
if (term->bracketed_paste)
|
if (term->bracketed_paste)
|
||||||
term_to_slave(term, "\033[200~", 6);
|
term_paste_data_to_slave(term, "\033[200~", 6);
|
||||||
|
|
||||||
text_from_clipboard(
|
text_from_clipboard(
|
||||||
seat, term, &from_clipboard_cb, &from_clipboard_done, term);
|
seat, term, &from_clipboard_cb, &from_clipboard_done, term);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue