mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
Use messenger error instead of termerror
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
func (v *View) Suspend(usePlugin bool) bool {
|
func (v *View) Suspend(usePlugin bool) bool {
|
||||||
TermError("Suspend is only supported on Linux")
|
messenger.Error("Suspend is only supported on Linux")
|
||||||
|
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user