mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-24 01:40:12 -05:00
osc: remove TODO
This commit is contained in:
parent
4d7993b36f
commit
6e233f8272
1 changed files with 0 additions and 2 deletions
2
osc.c
2
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue