Add copy feedback

This commit is contained in:
Camille Scholtz
2016-05-17 20:09:59 +02:00
parent 6d394efcd9
commit 4a38f232c0

View File

@@ -668,6 +668,7 @@ func (v *View) Copy() bool {
if v.Cursor.HasSelection() {
clipboard.WriteAll(v.Cursor.GetSelection())
v.freshClip = true
messenger.Message("Copied selection to clipboard")
}
return true
}