Documentation
¶
Overview ¶
Package clipboard is an xclip-backed system clipboard for the editor. It implements editor.Clipboard and is injected in main; the core depends only on the interface, so a Wayland or macOS build would inject a different backend.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clipboard ¶
type Clipboard struct{}
Clipboard reads and writes the X11 CLIPBOARD selection via xclip, the Ctrl-C/Ctrl-V clipboard. Drop the "-selection clipboard" arguments for the middle-click PRIMARY selection instead.
Click to show internal directories.
Click to hide internal directories.