]> git.lizzy.rs Git - micro.git/blob - cmd/micro/actions_other.go
Expand support for Suspend to OSX, BSD, Solaris
[micro.git] / cmd / micro / actions_other.go
1 // +build android plan9 nacl windows
2
3 package main
4
5 func (v *View) Suspend(usePlugin bool) bool {
6         messenger.Error("Suspend is only supported on Linux")
7
8         return false
9 }