mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-09-02 15:17:28 -04:00
Fix build failures on several platforms
This commit is contained in:
@@ -6,5 +6,5 @@ package core
|
||||
// For interactive GUI/TUI implementations, the clipboard clearing process is launched as a goroutine.
|
||||
// copySubject can be omitted to clear the clipboard immediately and unconditionally.
|
||||
func LaunchClipClearProcess(copySubject string) {
|
||||
go ClipClearProcess(copySubject)
|
||||
go clipClearProcess(copySubject)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user