olekukonko/ts

GitHub: olekukonko/ts

Stars: 61 | Forks: 14

# ts (Terminal Size) [![Build Status](https://travis-ci.org/olekukonko/ts.png?branch=master)](https://travis-ci.org/olekukonko/ts) [![Total views](https://sourcegraph.com/api/repos/github.com/olekukonko/ts/counters/views.png)](https://sourcegraph.com/github.com/olekukonko/ts) #### Example package main import ( "fmt" "github.com/olekukonko/ts" ) func main() { size, _ := ts.GetSize() fmt.Println(size.Col()) // Get Width fmt.Println(size.Row()) // Get Height fmt.Println(size.PosX()) // Get X position fmt.Println(size.PosY()) // Get Y position } [See Documentation](http://godoc.org/github.com/olekukonko/ts)
标签:EVTX分析