mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
osc: add TODO
This commit is contained in:
parent
feac7d032e
commit
b18478f9b6
1 changed files with 2 additions and 0 deletions
2
osc.c
2
osc.c
|
|
@ -143,6 +143,8 @@ osc_from_clipboard(struct terminal *term, const char *source)
|
||||||
if (src == 0)
|
if (src == 0)
|
||||||
return;
|
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, "\033]52;", 5);
|
||||||
vt_to_slave(term, &src, 1);
|
vt_to_slave(term, &src, 1);
|
||||||
vt_to_slave(term, ";", 1);
|
vt_to_slave(term, ";", 1);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue