//go:build test package main func termSize() (int, int) { return 80, 24 }