diff --git a/cmd/micro/actions_other.go b/cmd/micro/actions_other.go index 3231a972..567bc4f5 100644 --- a/cmd/micro/actions_other.go +++ b/cmd/micro/actions_other.go @@ -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 }