mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
selection: clipboard callback: assert we're in sending-paste-data mode
This commit is contained in:
parent
2762e044aa
commit
efbc3431ed
1 changed files with 1 additions and 0 deletions
|
|
@ -1182,6 +1182,7 @@ static void
|
|||
from_clipboard_cb(const char *data, size_t size, void *user)
|
||||
{
|
||||
struct terminal *term = user;
|
||||
assert(term->is_sending_paste_data);
|
||||
term_paste_data_to_slave(term, data, size);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue