termsize 0.1.3

Retrieves terminal size
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 0.1.3

* add support for new targets arm-unknown-linux-gnueabihf and armv7-unknown-linux-gnueabihf [@wimh]https://github.com/softprops/termsize/pull/3

# 0.1.2

* replaced hardcoded per-platform constants for TIOCGWINSZ with the one defined in libc [@antiagainst]https://github.com/softprops/termsize/pull/4

# 0.1.1

* fixed broken windows support (added automated testing)

# 0.1.0

* initial release