prototty_unix 0.14.0

Prototty context for unix terminals.
Documentation
[package]
name = "prototty_unix"
description = "Prototty context for unix terminals."
version = "0.14.0"
authors = ["Stephen Sherratt <sfsherratt@gmail.com>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/stevebob/prototty.git"
repository = "https://github.com/stevebob/prototty.git"
documentation = "https://docs.rs/prototty_unix"

[dependencies]
prototty = { path = "../prototty", version = "0.14.0" }
prototty_grid = { path = "../grid", version = "0.14.0" }
libc = "0.2"
term = "0.4"
ansi_colour = "0.4"
itertools = "0.7"