Go to file
Ticki 9efbb4e227 Fix ctrl input 2016-03-10 15:21:11 +01:00
examples CTRL modified input 2016-03-10 15:12:59 +01:00
src Fix ctrl input 2016-03-10 15:21:11 +01:00
.gitignore Add README 2016-03-06 14:55:01 +01:00
Cargo.toml Introduce 'Key', which can decode special key input 2016-03-09 09:39:22 +01:00
LICENSE Add license 2016-03-08 09:30:24 +01:00
README.md Add tests to 'terminal_size' 2016-03-09 19:17:00 +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.

A note on stability

This crate is not stable, yet. However, if you do want stability, you should specify the revision (commit hash) in your Cargo.toml, this way builds are complete reproducible, and won't break.

Features

  • Raw mode.
  • Cursor movement.
  • Color output.
  • Text formatting.
  • Console size.
  • Control sequences.
  • Termios control.
  • Password input.
  • Redox support.
  • 256-color mode.
  • Panic-free error handling.
  • Special keys events.

and much more.

TODO

  • Mouse input

Usage

See examples/.

License

MIT.