]> git.lizzy.rs Git - micro.git/blob - cmd/micro/action/actions_other.go
Add keymenu
[micro.git] / cmd / micro / action / actions_other.go
1 // +build plan9 nacl windows
2
3 package action
4
5 func (*BufHandler) Suspend() bool {
6         InfoBar.Error("Suspend is only supported on BSD/Linux")
7         return false
8 }