Paste

io.worxbend.tui.core.Event.Paste
final case class Paste(text: String)

A bracketed paste: the whole pasted text arrives as one event instead of a storm of key events.

Attributes

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product