mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-17 20:41:03 +01:00
fix #37: make yank portable
This commit is contained in:
9
lib/ya_unix.go
Normal file
9
lib/ya_unix.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// +build freebsd linux netbsd openbsd solaris dragonfly
|
||||
|
||||
package lib
|
||||
|
||||
import "github.com/atotto/clipboard"
|
||||
|
||||
func setprimary() {
|
||||
clipboard.Primary = true
|
||||
}
|
||||
Reference in New Issue
Block a user