mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
8 lines
137 B
Go
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
|
|
}
|