osc: add TODO

This commit is contained in:
Daniel Eklöf 2019-07-19 15:15:59 +02:00
parent feac7d032e
commit b18478f9b6
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
osc.c
View file

@ -143,6 +143,8 @@ osc_from_clipboard(struct terminal *term, const char *source)
if (src == 0)
return;
/* TODO: does emacs require us to send the entire string all at once? */
vt_to_slave(term, "\033]52;", 5);
vt_to_slave(term, &src, 1);
vt_to_slave(term, ";", 1);