Exemplo n.º 1
0
// 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())
}
Exemplo n.º 2
0
func Width() uint {
	return uint(C.tb_width())
}