Go to file
Ticki 45aa8912f9 Rename Mode to Style
Mode is somewhat ambiguous term, which is often overused, for that reason I want to avoid it. This is a breaking change, but I don't guarantee stability yet, however I'll do my best to not break things.
2016-03-08 18:38:07 +01:00
examples Rename Mode to Style 2016-03-08 18:38:07 +01:00
src Rename Mode to Style 2016-03-08 18:38:07 +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.