Terminal.pasteText
void pasteText(string text)Sends text to the terminal's child as if retrived from the clipboard, this differs from vte.terminal.Terminal.feedChild in that it may process text before passing it to the child (e.g. apply bracketed mode)
Parameters
text | a string to paste |