mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-05 06:30:28 +09:00
10 lines
170 B
Go
10 lines
170 B
Go
// +build android plan9 nacl windows
|
|
|
|
package main
|
|
|
|
func (v *View) Suspend(usePlugin bool) bool {
|
|
messenger.Error("Suspend is only supported on Linux")
|
|
|
|
return false
|
|
}
|