Files
tprint/col_spec.go
2025-06-06 16:31:11 +02:00

8 lines
88 B
Go

package tprint
type ColSpec struct {
Name string
MaxWidth int
MaxHeight int
}