- 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 30, 2016
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
- Jul 29, 2016
- Jul 27, 2016
-
-
Markus Unterwaditzer authored
-
- Jul 25, 2016
-
-
ticki authored
Update keys.rs
-
James Campos authored
fix message not appearing
-
- Jul 24, 2016
-
-
ticki authored
-
ticki authored
-
ticki authored
-
ticki authored
Add escapes to undo styles
-
ticki authored
Allow colors to be reset to terminal defaults
-
ticki authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
ticki authored
Fix RawTerminal drop
-
Jeremy Soller authored
-
ticki authored
-
- Jul 23, 2016
-
-
ticki authored
Termion fmt overhaul
-
ticki authored
-
ticki authored
-
ticki authored
-
ticki authored
-
ticki authored
-
ticki authored
-
ticki authored
-
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 20, 2016
- Jul 19, 2016
-
-
IGI-111 authored
-
ticki authored
Add more controls
-
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.
-