termsize 0.1.0

Retrieves terminal size
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "termsize"
version = "0.1.0"
authors = ["softprops <d.tangren@gmail.com>"]
description = "Retrieves terminal size"
repository = "https://github.com/softprops/termsize"
homepage = "https://github.com/softprops/termsize"
documentation = "http://softprops.github.io/termsize"
keywords = ["unix", "tty", "terminal", "console", "term", "size", "dimensions"]
license = "MIT"

[dependencies]
atty = "0.1"
libc = "0.2"
winapi = "0.2"
kernel32-sys = "0.2"