// Returns the width of the internal back buffer (which is the same as // terminal's window width in characters). func Width() int { return int(C.tb_width()) }
func Width() uint { return uint(C.tb_width()) }