mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-08 10:06:22 -05:00
osc: kitty notifications: don't include '?' in the query reply
No need to say we support queries, in the query reply...
This commit is contained in:
parent
ecbec57a47
commit
24168ed86e
1 changed files with 1 additions and 1 deletions
2
osc.c
2
osc.c
|
|
@ -677,7 +677,7 @@ kitty_notification(struct terminal *term, char *string)
|
|||
char reply[128];
|
||||
int n = xsnprintf(
|
||||
reply, sizeof(reply),
|
||||
"\033]99;i=%s:p=?;p=title,body,?:a=focus,report:o=%s:u=0,1,2%s",
|
||||
"\033]99;i=%s:p=?;p=title,body,icon:a=focus,report:o=%s:u=0,1,2%s",
|
||||
id, when_str, terminator);
|
||||
|
||||
term_to_slave(term, reply, n);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue