osc: remove TODO

This commit is contained in:
Daniel Eklöf 2019-08-03 15:53:13 +02:00
parent 4d7993b36f
commit 6e233f8272
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
osc.c
View file

@ -141,8 +141,6 @@ 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);