From 6e233f8272e466b813b36a647dd8f27287aea38a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Sat, 3 Aug 2019 15:53:13 +0200 Subject: [PATCH] osc: remove TODO --- osc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/osc.c b/osc.c index 62b88710..2381f35c 100644 --- a/osc.c +++ b/osc.c @@ -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);