Go to file
Ticki f5aad5e2b1 Amend #3 2016-03-08 11:58:48 +01:00
examples Better documentation, fix TIOCGWINSZ 2016-03-08 10:08:50 +01:00
src Amend #3 2016-03-08 11:58:48 +01:00
.gitignore Add README 2016-03-06 14:55:01 +01:00
Cargo.toml Use libc from crates.io 2016-03-08 11:15:41 +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.