TerminalPasteEvent

data class TerminalPasteEvent(val text: String)

Paste event accepted by the terminal input encoder.

Constructors

Link copied to clipboard
constructor(text: String)

Properties

Link copied to clipboard

pasted text before any future host paste policy is applied.