Go to file
Ticki a19d2e245d Make debug_check private, remove warnings from examples 2016-03-08 08:27:59 +01:00
examples Make debug_check private, remove warnings from examples 2016-03-08 08:27:59 +01:00
src Make debug_check private, remove warnings from examples 2016-03-08 08:27:59 +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
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.