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