mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-10 06:40:24 +09:00
9 lines
126 B
Go
9 lines
126 B
Go
// +build plan9 nacl windows
|
|
|
|
package main
|
|
|
|
func (*BufActionHandler) Suspend() bool {
|
|
// TODO: error message
|
|
return false
|
|
}
|