Terminal end of OSC 5522 read requests

This commit is contained in:
Kovid Goyal
2022-11-29 14:55:40 +05:30
parent f0d61c2de9
commit 11724c8a5f
4 changed files with 81 additions and 7 deletions

View File

@@ -50,7 +50,8 @@ and the terminal emulator should hold off displaying it. A value of ``1`` means
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).
limit to avoid Denial-of-Service attacks). The size of the payload must be no
longer than ``2048`` 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 Base64 encoded, in