peco.peco/layout_windows.go
Daisuke Maki 97728cbc21 run gofmt
refs #269
2015-09-29 14:21:15 +09:00

8 lines
137 B
Go

package peco
func init() {
// This is the value we pass to anchor offset when we're running
// on windows platform
extraOffset = 1
}