micro/internal/action/actions_other.go

9 lines
152 B
Go
Raw Normal View History

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