enum

TermBuf::Clipboard::Target

Inherits Enum < Comparable < Value < Object

Which selection a copy lands in.

Constants

Clipboard = 0

The clipboard proper, what a paste command reads.

Primary = 1

The X11 primary selection, what a middle click pastes. Terminals off X11 usually map it onto the clipboard or ignore it.

Instance methods

clipboard?

Returns true if this enum value equals Clipboard

Source
code

The letter OSC 52 names this selection by.

Source
primary?

Returns true if this enum value equals Primary

Source