more work on notifications kitten

This commit is contained in:
Kovid Goyal
2024-07-29 07:13:32 +05:30
parent 00737ebf30
commit 1b1f5656ee
3 changed files with 124 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ the notification is done, and should be displayed. You can specify the title or
body multiple times and the terminal emulator will concatenate them, thereby
allowing arbitrarily long text (terminal emulators are free to impose a sensible
limit to avoid Denial-of-Service attacks). The size of the payload must be no
longer than ``2048`` bytes, *before being encoded*.
longer than ``4096`` bytes, *before being encoded*.
Both the ``title`` and ``body`` payloads must be either UTF-8 encoded plain
text with no embedded escape codes, or UTF-8 text that is :rfc:`base64 <4648>`