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