mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 12:21:55 +00:00
Terminal end of OSC 5522 read requests
This commit is contained in:
parent
f0d61c2de9
commit
11724c8a5f
4 changed files with 81 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue