Example #1
0
// 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())
}
Example #2
0
func Height() uint {
	return uint(C.tb_height())
}