mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-24 01:37:15 +09:00
@@ -1,9 +1,9 @@
|
||||
// +build android plan9 nacl windows
|
||||
// +build plan9 nacl windows
|
||||
|
||||
package main
|
||||
|
||||
func (v *View) Suspend(usePlugin bool) bool {
|
||||
messenger.Error("Suspend is only supported on Linux")
|
||||
messenger.Error("Suspend is only supported on Posix")
|
||||
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user