Set Clipboard returns a sequence for manipulating the clipboard.
OSC 52 ; Pc ; Pd STOSC 52 ; Pc ; Pd BEL Copy
OSC 52 ; Pc ; Pd STOSC 52 ; Pc ; Pd BEL
Where Pc is the clipboard name and Pd is the base64 encoded data. Empty data or invalid base64 data will reset the clipboard.
https://invisible-island.net/xterm/ctlseqs/ctlseqs.html#h3-Operating-System-Commands
Set Clipboard returns a sequence for manipulating the clipboard.
Where Pc is the clipboard name and Pd is the base64 encoded data. Empty data or invalid base64 data will reset the clipboard.