Screen.setClipboard

Post arbitrary data to the system clipboard. It's up to the recipient to decode the data meaningfully. Terminals may prevent this for security reasons.

interface Screen
@safe
void
setClipboard
(
const(ubyte[])
)

Meta