- 07 May, 2018 1 commit
-
-
Robert Metcalf authored
-
- 25 Apr, 2017 1 commit
-
-
ticki authored
-
- 13 Jan, 2017 1 commit
-
-
Alexandre Bury authored
-
- 21 Dec, 2016 1 commit
-
-
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.
-
- 19 Dec, 2016 7 commits
-
-
ticki authored
-
ticki authored
-
ticki authored
-
ticki authored
-
ticki authored
-
Alexandre Bury authored
-
Alexandre Bury authored
Shamelessly copying Serde's style
-
- 08 Nov, 2016 1 commit
-
-
ticki authored
-
- 02 Oct, 2016 2 commits
- 07 Sep, 2016 2 commits
- 27 Aug, 2016 1 commit
-
-
ticki authored
Instead of outdated self-hosted docs, we let the awesome [docs.rs](https://docs.rs) do the job for us.
-
- 01 Aug, 2016 1 commit
-
-
ticki authored
-
- 29 Jul, 2016 1 commit
-
-
ticki authored
-
- 27 Jul, 2016 1 commit
-
-
Markus Unterwaditzer authored
-
- 24 Jul, 2016 2 commits
- 23 Jul, 2016 4 commits
-
-
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.
-
- 19 Jul, 2016 1 commit
-
-
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.
-
- 03 Jul, 2016 3 commits
- 02 Jul, 2016 2 commits
- 14 Jun, 2016 1 commit
-
-
ticki authored
-
- 02 Apr, 2016 1 commit
-
-
Antonin Carette authored
Fix example reference
-
- 16 Mar, 2016 3 commits
- 15 Mar, 2016 3 commits