helic-0.6.1.0: Clipboard Manager
Safe HaskellSafe-Inferred
LanguageGHC2021

Helic.Data.Selection

Description

The data type Selection enumerates the different types of basic clipboards that X11 operates on. Internal.

Synopsis

Documentation

data Selection Source #

This type enumerates the different types of basic clipboards that X11 operates on.

Constructors

Clipboard

Usually the target of explicit copy commands (ctrl-c).

Primary

Stores the cursor selection.

Secondary

Only used in exotic situations.

toXString :: Selection -> Text Source #

Convert a Selection into the string that X11 uses to identify it.