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