Skip to content
/ term Public
forked from Stebalien/term

A Rust library for terminfo parsing and terminal colors.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

rust-alt/term

This branch is 67 commits behind Stebalien/term:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 4, 2015
Aug 22, 2018
Feb 23, 2018
Dec 28, 2014
Oct 4, 2015
Jul 27, 2018
Dec 28, 2014
Dec 28, 2014
Jan 11, 2016
Jul 31, 2015
Dec 30, 2015

Repository files navigation

term

A Rust library for terminfo parsing and terminal colors.

Build Status Build status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]

term = "*"

and this to your crate root:

extern crate term;

Packaging and Distributing

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.

About

A Rust library for terminfo parsing and terminal colors.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%