Crates.io | term |
lib.rs | term |
version | 1.0.0 |
source | src |
created_at | 2014-12-28 18:17:56.750054 |
updated_at | 2024-07-21 17:31:44.397266 |
description | A terminal formatting library |
homepage | https://github.com/Stebalien/term |
repository | https://github.com/Stebalien/term |
max_upload_size | |
id | 657 |
size | 179,701 |
A Rust library for terminfo parsing and terminal colors.
1.63
Add this to your Cargo.toml
:
[dependencies]
term = "*"
For all terminals but windows consoles, this library depends on a non-hashed (for now) terminfo database being present. For example, on Debian derivitives, you should depend on ncurses-term; on Arch Linux, you depend on ncurses; and on MinGW, you should depend on mingw32-terminfo.
Unfortunately, if you're using a non-windows console on Windows (e.g. MinGW, Cygwin, Git Bash), you'll need to set the TERMINFO environment variable to point to the directory containing the terminfo database.