Terminal.copyClipboardFormat

Places the selected text in the terminal in the #GDK_SELECTION_CLIPBOARD selection in the form specified by format.

For all formats, the selection data (see #GtkSelectionData) will include the text targets (see gtk.target_list.TargetList.addTextTargets and gtk_selection_data_targets_includes_text()). For vte.types.Format.Html, the selection will also include the "text/html" target, which when requested, returns the HTML data in UTF-16 with a U+FEFF BYTE ORDER MARK character at the start.

class Terminal
void
copyClipboardFormat

Parameters

format vte.types.Format

a #VteFormat