34 lines
447 B
Markdown
34 lines
447 B
Markdown
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.
|