- Sep 07, 2016
-
-
IGI-111 authored
This adds support for the escape codes generated in rxvt and xterm format by holding a button and moving the mouse around.
-
- Aug 27, 2016
-
-
ticki authored
-
ticki authored
-
ticki authored
Instead of outdated self-hosted docs, we let the awesome [docs.rs](https://docs.rs) do the job for us.
-
- Aug 04, 2016
-
-
llogiq authored
-
- 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