File: layout_windows.go

package info (click to toggle)
peco 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 508 kB
  • sloc: makefile: 109
file content (7 lines) | stat: -rw-r--r-- 137 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
package peco

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