Merge pull request #115 from onodera-punpun/copypaste_feedback

Add copy feedback
This commit is contained in:
Zachary Yedidia 2016-05-17 14:54:13 -04:00
commit 94d2bc3cb0

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
}