package ztermtab type columnDefine struct { title string minWidth int maxWidth int truncateOverflow bool autoWidth bool currentWidth int }