Skip to content

Commit

Permalink
screen: Add clipboard interface to basescreen
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKar committed Oct 15, 2024
1 parent 4bb9579 commit 5ae5d1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions screen.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ type screenImpl interface {
HasKey(Key) bool
Suspend() error
Resume() error
GetClipboard(string) ([]byte, error)
SetClipboard(string, []byte) error
Beep() error
SetSize(int, int)
Tty() (Tty, bool)
Expand Down

0 comments on commit 5ae5d1d

Please sign in to comment.