mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-11 02:59:40 +02:00
Specify that unknown payload types should be ignored
This commit is contained in:
@@ -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``
|
||||
|
||||
Reference in New Issue
Block a user