mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-21 06:20:32 +09:00
Use messenger error instead of termerror
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user