//go:build !windows package ui // screenSize is unknown off Windows; the caller falls back to the spec size. func screenSize() (int, int) { return 0, 0 }