- May 07, 2018
-
-
Robert Metcalf authored
-
- Apr 25, 2017
-
-
ticki authored
-
- Jan 13, 2017
-
-
Alexandre Bury authored
-
- Dec 21, 2016
-
-
Alexandre Bury authored
`std::io::Write` doesn't guarantees that it will write everything, and could even return a non-fatal `ErrorKind::Interrupted` error. `write_all` has exactly the code required to deal with this.
-
- Dec 19, 2016
-
-
ticki authored
-
ticki authored
-
ticki authored
-
ticki authored
-
ticki authored
-
Alexandre Bury authored
-
Alexandre Bury authored
Shamelessly copying Serde's style
-
- Nov 08, 2016
-
-
ticki authored
-
- Oct 02, 2016
- Sep 07, 2016
- Aug 27, 2016
-
-
ticki authored
Instead of outdated self-hosted docs, we let the awesome [docs.rs](https://docs.rs) do the job for us.
-
- Aug 01, 2016
-
-
ticki authored
-
- Jul 29, 2016
-
-
ticki authored
-
- Jul 27, 2016
-
-
Markus Unterwaditzer authored
-
- Jul 24, 2016
- Jul 23, 2016
-
-
ticki authored
-
ticki authored
-
ticki authored
-
ticki authored
This commit is a major semver bump. Every progra utilizing escape codes generated by Termion is likely broken. The main change is to make each escape has their own type implementing the Display trait. - Use formatters, mainly Display for escapes. - Add Truecolor support (`color::Rgb`). - Put each primitive into distinct modules. - Add is_tty for checking if some stream is a TTY. - Add multiple new examples.
-
- Jul 19, 2016
-
-
IGI-111 authored
The event system has been reworked to allow the detection of mouse events as well as key presses. Xterm, rxvt and X10 emulated escape codes are supported, they are enabled and disabled by sending the right escape codes when creating a RawTerminal. To allow for byte manipulation, which was necessary to implement those features, the backend iterator has been changed from chars() to bytes() (with specific treatment of unicode sequences), making the whole crate not require nightly rustc.
-
- Jul 03, 2016
- Jul 02, 2016
- Jun 14, 2016
-
-
ticki authored
-
- Apr 02, 2016
-
-
Antonin Carette authored
Fix example reference
-
- Mar 16, 2016
- Mar 15, 2016