Go to file
Ticki 34f1d6a44c Add license 2016-03-08 09:30:24 +01:00
examples Better password input 2016-03-08 08:51:34 +01:00
src Minor cosmetic changes 2016-03-08 09:09:52 +01:00
.gitignore Add README 2016-03-06 14:55:01 +01:00
Cargo.toml Add README 2016-03-06 14:55:01 +01:00
LICENSE Add license 2016-03-08 09:30:24 +01:00
README.md Now supports Redox! 2016-03-07 22:19:35 +01:00

README.md

libterm

A pure Rust library for handling, manipulating and reading information about terminals. This provides a full-featured alternative to Termbox.

Supports Redox and POSIX. Untested on Windows.

Features

  • Raw mode.
  • Cursor movement.
  • Color output.
  • Text formatting.
  • Console size.
  • Control sequences.
  • Termios control.
  • Password input.

TODO

  • Mouse input

Usage

See examples/.

License

MIT.