klyn.gui.terminal.ScrollView.copySelectionToClipboard
method
public copySelectionToClipboard() as Boolean:
Description

Copies the current selection to the host terminal clipboard.

Returns

True when a non-empty selection was sent to the clipboard channel.

Example
copied = view.copySelectionToClipboard()