Merge branch 'primary-clipboard'

This commit is contained in:
Zachary Yedidia
2016-09-05 11:37:49 -04:00
7 changed files with 94 additions and 50 deletions

View File

@@ -366,7 +366,7 @@ func main() {
// we copy it to the clipboard.
// Often error messages are displayed down there so it can be useful to easily
// copy the message
clipboard.WriteAll(messenger.message)
clipboard.WriteAll(messenger.message, "primary")
continue
}