2016-03-06 13:55:01 +00:00
|
|
|
libterm
|
|
|
|
=======
|
|
|
|
|
2016-03-07 17:42:11 +00:00
|
|
|
A pure Rust library for handling, manipulating and reading information about terminals. This provides a full-featured alternative to Termbox.
|
|
|
|
|
2016-03-07 21:19:35 +00:00
|
|
|
Supports Redox and POSIX. Untested on Windows.
|
|
|
|
|
2016-03-07 17:42:11 +00:00
|
|
|
Features
|
|
|
|
--------
|
|
|
|
|
|
|
|
- Raw mode.
|
|
|
|
- Cursor movement.
|
|
|
|
- Color output.
|
|
|
|
- Text formatting.
|
|
|
|
- Console size.
|
|
|
|
- Control sequences.
|
|
|
|
- Termios control.
|
|
|
|
- Password input.
|
|
|
|
|
|
|
|
TODO
|
|
|
|
----
|
|
|
|
|
|
|
|
- Mouse input
|
2016-03-06 13:55:01 +00:00
|
|
|
|
|
|
|
Usage
|
|
|
|
-----
|
|
|
|
|
|
|
|
See `examples/`.
|
|
|
|
|
|
|
|
License
|
|
|
|
-------
|
|
|
|
|
|
|
|
MIT.
|