//go:build !(linux || darwin || freebsd || netbsd || openbsd) package main // termCols has no portable implementation here; COLUMNS or the default is used. func termCols() (int, bool) { return 0, false }