mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 14:55:38 -04:00
9 lines
159 B
Go
9 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
|
|
}
|