micro/internal/action/actions_other.go

9 lines
152 B
Go
Raw Normal View History

2018-08-27 19:53:10 +00:00
// +build plan9 nacl windows
2018-08-27 23:53:08 +00:00
package action
2018-08-27 19:53:10 +00:00
2019-01-19 20:37:59 +00:00
func (*BufPane) Suspend() bool {
2019-01-13 23:18:23 +00:00
InfoBar.Error("Suspend is only supported on BSD/Linux")
2018-08-27 19:53:10 +00:00
return false
}