Specify that unknown payload types should be ignored

This commit is contained in:
Kovid Goyal
2024-07-23 21:14:29 +05:30
parent 786b7aa7c7
commit 9484814c3f
3 changed files with 29 additions and 19 deletions

View File

@@ -156,7 +156,9 @@ Key Value Default Description
direct responses to the correct window.
``p`` One of ``title``, ``title`` Whether the payload is the notification title or body or query. If a
``body`` or ``?`` notification has no title, the body will be used as title.
``body`` or ``?`` notification has no title, the body will be used as title. Terminal
emulators should ignore payloads of unknown type to allow for future
expansion of this protocol.
``o`` One of ``always``, ``always`` When to honor the notification request. ``unfocused`` means when the window
``unfocused`` or the notification is sent on does not have keyboard focus. ``invisible``