ClipboardSupport extension
Low-level OSC 52 clipboard operations owned by a live Renderer.
- on
Methods
-
clearClipboard(
{TerminalClipboardTarget target = TerminalClipboardTarget.clipboard}) → bool -
Available on Renderer, provided by the ClipboardSupport extension
Requests thattargetbe cleared, reporting whether OpenTUI wrote it. -
copyToClipboard(
String text, {TerminalClipboardTarget target = TerminalClipboardTarget.clipboard}) → bool -
Available on Renderer, provided by the ClipboardSupport extension
Requests an explicit copy oftext, reporting whether OpenTUI wrote it.