Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MemoryClipboard ¶
func (*MemoryClipboard) Read ¶
func (mc *MemoryClipboard) Read() (string, error)
func (*MemoryClipboard) Write ¶
func (mc *MemoryClipboard) Write(text string) error
type OSC52Clipboard ¶ added in v1.7.0
type OSC52Clipboard struct {
// contains filtered or unexported fields
}
func NewOSC52Clipboard ¶ added in v1.7.0
func NewOSC52Clipboard(writer io.Writer) *OSC52Clipboard
func (*OSC52Clipboard) Read ¶ added in v1.7.0
func (c *OSC52Clipboard) Read() (string, error)
func (*OSC52Clipboard) Write ¶ added in v1.7.0
func (c *OSC52Clipboard) Write(text string) error
type SystemClipboard ¶
type SystemClipboard struct {
}
func NewSystemClipboard ¶
func NewSystemClipboard() (*SystemClipboard, error)
func (*SystemClipboard) Read ¶
func (c *SystemClipboard) Read() (string, error)
func (*SystemClipboard) Write ¶
func (c *SystemClipboard) Write(text string) error
Click to show internal directories.
Click to hide internal directories.