mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-16 22:10:26 +00:00
8 lines
159 B
Go
8 lines
159 B
Go
//go:build plan9 || nacl || windows
|
|
|
|
package action
|
|
|
|
func (*BufPane) Suspend() bool {
|
|
InfoBar.Error("Suspend is only supported on BSD/Linux")
|
|
return false
|
|
}
|