TermUI.Event.Paste (TermUI v0.2.0)

View Source

Clipboard paste event.

Sent when content is pasted from the clipboard via bracketed paste mode.

Summary

Functions

Creates a new paste event.

Types

t()

@type t() :: %TermUI.Event.Paste{content: String.t(), timestamp: integer()}

Functions

new(content, opts \\ [])

Creates a new paste event.