mirror of
https://codeberg.org/scip/tablizer.git
synced 2025-12-16 20:20:57 +01:00
Use primary clipboard on unix
This commit is contained in:
@@ -285,7 +285,7 @@ func yankColumns(conf cfg.Config, data *Tabdata) {
|
||||
}
|
||||
|
||||
if yank != "" {
|
||||
// FIXME: does not use the primary clipboard, grnz...
|
||||
clipboard.Primary = true // unix
|
||||
clipboard.WriteAll(yank)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user