tty-interface 3.0.0

Provides simple TTY-based interface capabilities including partial re-renders of multi-line displays.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
description = "Provides simple TTY-based interface capabilities including partial re-renders of multi-line displays."
authors = ["Daniel Way <contact@danieldway.com>"]
name = "tty-interface"
version = "3.0.0"
license = "MIT"
edition = "2021"
repository = "https://github.com/danielway/tty-interface"
exclude = [".github"]

[dependencies]
termion = "1.5.6"
unicode-segmentation = "1.9.0"
unicode-width = "0.1.9"