2018-07-15 07:37:21 +10:00
|
|
|
# Crossterm | crossplatform terminal library written in rust.
|
|
|
|
|
2018-07-15 07:17:33 +10:00
|
|
|
[![Latest Version](https://img.shields.io/crates/v/crossterm.svg)](https://crates.io/crates/crossterm) | [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) | [![docs.rs](https://docs.rs/crossterm/badge.svg)](https://docs.rs/crossterm/) | [Examples](https://github.com/TimonPost/crossterm/tree/master/examples) | [Changelog](https://github.com/TimonPost/crossterm/blob/master/docs/UpgradeManual.md) | [Release Nodes](https://github.com/TimonPost/crossterm/tree/master/docs)
|
2018-07-13 22:04:53 +10:00
|
|
|
|----|----|----|----|----|----
|
2018-07-19 23:11:36 +10:00
|
|
|
This branch is focusud on getting input working for Crossterm.
|
2018-06-14 05:07:25 +10:00
|
|
|
|
2018-07-19 23:11:36 +10:00
|
|
|
TODO:
|
2018-01-08 01:32:30 +11:00
|
|
|
|
2018-07-19 23:11:36 +10:00
|
|
|
- Read character input
|
|
|
|
- Read line
|
|
|
|
- Read until enter
|
|
|
|
- Asynchronous key events
|