mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-01 01:40:13 -05:00
term: add ‘id’ parameter to term_osc8_open()
The current OSC-8 URL’s ID is now tracked along with the URI itself, and its starting point.
This commit is contained in:
parent
ecbfc2bbe9
commit
b934969b85
3 changed files with 7 additions and 4 deletions
2
osc.c
2
osc.c
|
|
@ -433,7 +433,7 @@ osc_uri(struct terminal *term, char *string)
|
|||
if (uri[0] == '\0')
|
||||
term_osc8_close(term);
|
||||
else
|
||||
term_osc8_open(term, uri);
|
||||
term_osc8_open(term, id, uri);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue