mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-30 22:06:32 -04:00
Implement unique clipboard clearing behavior for interactive GUI/TUI implementations
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//go:build returnOnExit
|
||||
|
||||
package core
|
||||
|
||||
// launchClipClear launches the automated clipboard clearing process.
|
||||
// For interactive GUI/TUI implementations, the clipboard clearing process is launched as a goroutine.
|
||||
func launchClipClear(copySubject string) {
|
||||
go clipClear(copySubject)
|
||||
}
|
||||
Reference in New Issue
Block a user