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