コード例 #1
0
ファイル: termbox.go プロジェクト: wiloe/termbox-go
// 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())
}
コード例 #2
0
ファイル: termbox.go プロジェクト: Voker57/termbox
func Width() uint {
	return uint(C.tb_width())
}