Use messenger error instead of termerror

This commit is contained in:
Zachary Yedidia
2017-05-21 10:46:06 -04:00
parent d1e70b5abf
commit 97e2fb1288

View File

@@ -2,8 +2,8 @@
package main
func (v *View) Suspend(usePlugin bool) bool {
TermError("Suspend is only supported on Linux")
func (v *View) Suspend(usePlugin bool) bool {
messenger.Error("Suspend is only supported on Linux")
return false
}